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.

PexAssume::Func<T> Delegate

 

A delegate that takes no input and returns a value of type T.

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

generic<typename T>
public delegate T Func()

Return Value

Type: T

Type Parameters

T

The return type.

Return to top
Show: