[Missing <summary> documentation for M:Moq.Match`1.Create(System.Predicate{`0},System.Linq.Expressions.Expression{System.Func{`0}})]

Namespace:  Moq
Assembly:  Moq (in Moq.dll) Version: 4.0.812.4 (4.0.0.0)

Syntax

C#
public static T Create(
	Predicate<T> condition,
	Expression<Func<T>> renderExpression
)

Parameters

condition
Type: Predicate<(Of <(T>)>)

[Missing <param name="condition"/> documentation for "M:Moq.Match`1.Create(System.Predicate{`0},System.Linq.Expressions.Expression{System.Func{`0}})"]

renderExpression
Type: Expression<(Of <(Func<(Of <(T>)>)>)>)

[Missing <param name="renderExpression"/> documentation for "M:Moq.Match`1.Create(System.Predicate{`0},System.Linq.Expressions.Expression{System.Func{`0}})"]

See Also