Moq |
ISetupConditionResult<(Of <(<'T>)>)>..::..SetupSet Method (Action<(Of <(<'T>)>)>) |
ISetupConditionResult<(Of <(<'T>)>)> Interface See Also Send Feedback |
Setups the set.
Namespace: Moq.Language
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
C# |
---|
ISetup<T> SetupSet( Action<T> setterExpression ) |
Parameters
- setterExpression
- Type: System..::..Action<(Of <(<'T>)>)>
The setter expression.