PexSymbolicValue.IsSymbolic<T>(T) Method

Definition

Checks whether the given value has any symbolic information attached to it. In other words, it checks whether the value was derived from the test inputs. Note that this check only applies to the given value itself, and not to its fields if it is an object

public:
generic <typename T>
 static bool IsSymbolic(T value);
public static bool IsSymbolic<T> (T value);
static member IsSymbolic : 'T -> bool
Public Shared Function IsSymbolic(Of T) (value As T) As Boolean

Type Parameters

T

Parameters

value
T

Returns

Applies to