FindDeclExternalType Type
Represents a type in an external (non F#) assembly.
Union cases
Union case |
Description
|
|
Array of type that is defined in non-F# assembly.
|
|
Pointer defined in non-F# assembly.
|
Full Usage:
Type(fullName, genericArgs)
Parameters:
string
genericArgs : FindDeclExternalType list
|
Type defined in non-F# assembly.
|
Full Usage:
TypeVar typeName
Parameters:
string
|
Type variable defined in non-F# assembly.
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsArray
Returns: bool
|
|
Full Usage:
this.IsPointer
Returns: bool
|
|
Full Usage:
this.IsType
Returns: bool
|
|
Full Usage:
this.IsTypeVar
Returns: bool
|
|