C# Class _3PA.MainFeatures.AutoCompletion.CompletionItem

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

Méthodes publiques

Méthode Description
DoForEachFlag ( ParseFlag>.Action toApplyOnFlag ) : void

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

Method Details

DoForEachFlag() public méthode

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