C# Class _3PA.MainFeatures.AutoCompletion.CompletionItem

class used in the auto completion feature
Inheritance: _3PA.MainFeatures.FilteredLists.FilteredItem
Mostra file Open project: jcaillon/3P Class Usage Examples

Public Methods

Method Description
DoForEachFlag ( ParseFlag>.Action toApplyOnFlag ) : void

Use this method to do an action for each flag of the item...

Method Details

DoForEachFlag() public method

Use this method to do an action for each flag of the item...
public DoForEachFlag ( ParseFlag>.Action toApplyOnFlag ) : void
toApplyOnFlag ParseFlag>.Action
return void