Moq |
Mock<(Of <(<'T>)>)>..::..SetupGet<(Of <(<'TProperty>)>)> Method |
Mock<(Of <(<'T>)>)> Class See Also Send Feedback |
[Missing <summary> documentation for "M:Moq.Mock`1.SetupGet``1(System.Linq.Expressions.Expression{System.Func`2})"]
Namespace: Moq
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
C# |
---|
public ISetupGetter<T, TProperty> SetupGet<TProperty>( Expression<Func> expression ) |
Parameters
- expression
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'T, TResult>)>)>>)>)>
Type Parameters
- TProperty