C# Class clipr.ParseActionExtensions

Exibir arquivo Open project: nemec/clipr

Public Methods

Method Description
ConsumesArgumentValues ( this action ) : bool

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

Method Details

ConsumesArgumentValues() public static method

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