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::GetRelevantInputNames<T> Method (T)

 

Gets a textual representation of inputs directly or indirect affecting the given value.

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

public:
generic<typename T>
static array<String^>^ GetRelevantInputNames(
	T value
)

Parameters

value
Type: T

Return Value

Type: array<System::String^>^

Returns String.

Type Parameters

T

Return to top
Show: