Defines the Callback verb for property getter setups.
Namespace: Moq.Language
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
C# |
---|
public interface ICallbackGetter<TMock, TProperty> : IHideObjectMembers where TMock : class |
Type Parameters
- TMock
- Mocked type.
- TProperty
- Type of the property.
See Also
MockSetupGet``1(Expression<(Of <<'(Func<(Of <<'(UTP, UMP>)>>)>)>>))