PexSymbolicValue.GetRelevantInputNames<T>(T) Method

Definition

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

public:
generic <typename T>
 static cli::array <System::String ^> ^ GetRelevantInputNames(T value);
public static string[] GetRelevantInputNames<T> (T value);
static member GetRelevantInputNames : 'T -> string[]
Public Shared Function GetRelevantInputNames(Of T) (value As T) As String()

Type Parameters

T

Parameters

value
T

Returns

String[]

Applies to