Moq |
IReturnsGetter<(Of <(<'TMock, TProperty>)>)>..::..Returns Method (Func) |
IReturnsGetter<(Of <(<'TMock, TProperty>)>)> Interface See Also Send Feedback |
[Missing <summary> documentation for "M:Moq.Language.IReturnsGetter`2.Returns(System.Func`1)"]
Namespace: Moq.Language
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
C# |
---|
IReturnsResult<TMock> Returns( Func valueFunction ) |
Parameters
- valueFunction
- Type: System..::..Func<(Of <(<'TResult>)>)>