PexSymbolicValue.GetRelevantInputNames<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]