Метод | Описание | |
---|---|---|
Default ( Action action ) : void |
Execute this action if no other calls to When have matched.
|
|
When ( ) : TValue>.SmartEnumThen |
When this instance is one of the specified SmartEnum{TEnum, TValue} parameters. Execute the action in the subsequent call to Then().
|
|
When ( IEnumerable smartEnums ) : TValue>.SmartEnumThen |
When this instance is one of the specified SmartEnum{TEnum, TValue} parameters. Execute the action in the subsequent call to Then().
|
|
When ( ISmartEnum smartEnumWhen ) : TValue>.SmartEnumThen |
When this instance is one of the specified SmartEnum{TEnum, TValue} parameters. Execute the action in the subsequent call to Then().
|
Метод | Описание | |
---|---|---|
SmartEnumWhen ( bool stopEvaluating, ISmartEnum smartEnum ) : System |
public Default ( Action action ) : void | ||
action | Action | The Action to call. |
Результат | void |
public When ( IEnumerable smartEnums ) : TValue>.SmartEnumThen |
||
smartEnums | IEnumerable | A collection of |
Результат | TValue>.SmartEnumThen |
public When ( ISmartEnum smartEnumWhen ) : TValue>.SmartEnumThen |
||
smartEnumWhen | ISmartEnum | A collection of |
Результат | TValue>.SmartEnumThen |