FSharpGenericParameterMemberConstraint Type
Represents further information about a member constraint on a generic type parameter
Instance members
Instance member |
Description
|
|
Get the argument types of the method required by the constraint
|
Full Usage:
this.MemberIsStatic
Returns: bool
|
Indicates if the method required by the constraint must be static
|
Full Usage:
this.MemberName
Returns: string
|
Get the name of the method required by the constraint
|
|
Get the return type of the method required by the constraint
|
|
Get the types that may be used to satisfy the constraint
|