Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PexAction<T1, T2> Delegate

 

Anonymous action.

Namespace:   Microsoft.Pex.Framework
Assembly:  Microsoft.Pex.Framework (in Microsoft.Pex.Framework.dll)

generic<typename T1, typename T2>
public delegate void PexAction(
	T1 first,
	T2 second
)

Type Parameters

T1

T2

Return to top
Show: