OneOf(T) Method (Expression(Func))

Moq

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "M:Moq.MockRepository.OneOf``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 T OneOf<T>(
	Expression<Func> specification
)
where T : class

Type Parameters

T

See Also