메소드 | 설명 | |
---|---|---|
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 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 |