Compartir a través de


PexSymbolicValue.Ignore<T>(T) Method

Definition

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

Applies to