ILPreTypeDef Type
Represents a prefix of information for ILTypeDef. The information is enough to perform name resolution for the F# compiler, probe attributes for ExtensionAttribute etc. This is key to the on-demand exploration of .NET metadata. This information has to be "Goldilocks" - not too much, not too little, just right.
Instance members
Instance member |
Description
|
|
Realise the actual full typedef
|
Full Usage:
this.Name
Returns: string
Modifiers: abstract |
|
Full Usage:
this.Namespace
Returns: string list
Modifiers: abstract |
|