FSharpGenericParameterConstraint Type
Represents a constraint on a generic type parameter
Instance members
Instance member |
Description
|
|
Gets further information about a coerces-to constraint
|
|
Gets further information about a defaults-to constraint |
|
Gets further information about a delegate constraint |
|
Gets further information about an enumeration constraint
|
Full Usage:
this.IsCoercesToConstraint
Returns: bool
|
Indicates a constraint that a type is a subtype of the given type
|
Full Usage:
this.IsComparisonConstraint
Returns: bool
|
Indicates a constraint that a type supports F# generic comparison
|
Full Usage:
this.IsDefaultsToConstraint
Returns: bool
|
Indicates a default value for an inference type variable should it be neither generalized nor solved
|
Full Usage:
this.IsDelegateConstraint
Returns: bool
|
Indicates a constraint that a type is a delegate from the given tuple of args to the given return type
|
Full Usage:
this.IsEnumConstraint
Returns: bool
|
Indicates a constraint that a type is an enum with the given underlying
|
Full Usage:
this.IsEqualityConstraint
Returns: bool
|
Indicates a constraint that a type supports F# generic equality
|
Full Usage:
this.IsMemberConstraint
Returns: bool
|
Indicates a constraint that a type has a member with the given signature
|
Full Usage:
this.IsNonNullableValueTypeConstraint
Returns: bool
|
Indicates a constraint that a type is a non-Nullable value type
|
Full Usage:
this.IsReferenceTypeConstraint
Returns: bool
|
Indicates a constraint that a type is a reference type
|
Full Usage:
this.IsRequiresDefaultConstructorConstraint
Returns: bool
|
Indicates a constraint that a type has a parameterless constructor
|
Full Usage:
this.IsSimpleChoiceConstraint
Returns: bool
|
Indicates a constraint that is a type is a simple choice between one of the given ground types. Used by printf format strings.
|
Full Usage:
this.IsSupportsNullConstraint
Returns: bool
|
Indicates a constraint that a type has a 'null' value
|
Full Usage:
this.IsUnmanagedConstraint
Returns: bool
|
Indicates a constraint that a type is an unmanaged type
|
|
Gets further information about a member constraint |
|
Gets further information about a choice constraint
|