Returns Method

Moq 2.6

Overload List

  NameDescription
Returns(Func<(Of <(TProperty>)>))
Specifies a function that will calculate the value to return for the property.
Returns(TProperty)
Specifies the value to return.

See Also