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.

PexSymbolicValue::IgnoreComputation<T> Method (PexSymbolicValue::Function<T>^)

 

Evaluates a given function, but forgets all constraints associated with the computation of the result.

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

public:
generic<typename T>
static T IgnoreComputation(
	PexSymbolicValue::Function<T>^ function
)

Parameters

function
Type: Microsoft.Pex.Framework::PexSymbolicValue::Function<T>^

The function.

Return Value

Type: T

Returns String.

Type Parameters

T
Return to top
Show: