PexSymbolicValue.Ignore<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.
Forgets all constraints associated with passed value
public:
generic <typename T>
static T Ignore(T value);
public static T Ignore<T> (T value);
static member Ignore : 'T -> 'T
Public Shared Function Ignore(Of T) (value As T) As T
Type Parameters
- T
Parameters
- value
- T
Returns
T