Moq |
ISetupConditionResult<(Of <(<'T>)>)>..::..SetupSet<(Of <(<'TProperty>)>)> 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# |
---|
ISetupSetter<T, TProperty> SetupSet<TProperty>( Action<T> setterExpression ) |
Parameters
- setterExpression
- Type: System..::..Action<(Of <(<'T>)>)>
The setter expression.
Type Parameters
- TProperty
- The type of the property.