Moq |
ISetupConditionResult<(Of <(<'T>)>)>..::..Setup<(Of <(<'TResult>)>)> Method (Expression<(Of <(<'Func>)>)>) |
ISetupConditionResult<(Of <(<'T>)>)> Interface See Also Send Feedback |
[Missing <summary> documentation for "M:Moq.Language.ISetupConditionResult`1.Setup``1(System.Linq.Expressions.Expression{System.Func`2})"]
Namespace: Moq.Language
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
C# |
---|
ISetup<T, TResult> Setup<TResult>( Expression<Func> expression ) |
Parameters
- expression
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'T, TResult>)>)>>)>)>
Type Parameters
- TResult