Moq |
MockRepository..::..Of<(Of <(<'T>)>)> Method (Expression<(Of <(<'Func>)>)>) |
MockRepository Class See Also Send Feedback |
[Missing <summary> documentation for "M:Moq.MockRepository.Of``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 IQueryable<T> Of<T>( Expression<Func> specification ) where T : class |
Parameters
- specification
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'T, TResult>)>)>>)>)>
Type Parameters
- T