ICallbackGetter(TProperty) Interface

Moq 2.6

Defines the Callback verb for property getter expectations.

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

Syntax

C#
public interface ICallbackGetter<TProperty>

Type Parameters

TProperty
Type of the property.

See Also