C# Class clipr.ParseActionExtensions

Afficher le fichier Open project: nemec/clipr

Méthodes publiques

Méthode Description
ConsumesArgumentValues ( this action ) : bool

Indicates whether or not an action has the potential to consume argument values.

Method Details

ConsumesArgumentValues() public static méthode

Indicates whether or not an action has the potential to consume argument values.
public static ConsumesArgumentValues ( this action ) : bool
action this Action to test.
Résultat bool