Returns Method
From Moq 2.6
| Moq |
| IReturnsGetter<(Of <(TProperty>)>)..::.Returns Method |
| IReturnsGetter<(Of <(TProperty>)>) Interface See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| Returns(Func<(Of <(TProperty>)>)) |
Specifies a function that will calculate the value to return for the property.
| |
| Returns(TProperty) |
Specifies the value to return.
|