ICallback(TResult) Interface

Moq 2.6

Defines the Callback verb and overloads for callbacks on expectations that return a value.

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

Syntax

C#
public interface ICallback<TResult>

Type Parameters

TResult
Type of the return value of the expectation.

See Also