IReturns(TResult) Interface

Moq 2.6

Defines the Returns verb.

Namespace:  Moq.Language
Assembly:  Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)

Syntax

C#
public interface IReturns<TResult> : IReturns

Type Parameters

TResult
Type of the return value from the expression.

See Also