Initializes the match with the condition that will be checked in order to match invocation values.

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
)

Parameters

condition
Type: Predicate<(Of <(T>)>)
The condition to match against actual values.

Remarks

See Also