PexSymbolicValue.IsSymbolic<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.
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