FSharpAnonRecordTypeDetails Type
A subtype of FSharpSymbol that represents a record or union case field as seen by the F# language
Instance members
Instance member |
Description
|
|
The assembly where the compiled form of the anonymous type is defined
|
Full Usage:
this.CompiledName
Returns: string
|
The name of the compiled form of the anonymous type
|
Full Usage:
this.EnclosingCompiledTypeNames
Returns: string list
|
Names of any enclosing types of the compiled form of the anonymous type (if the anonymous type was defined as a nested type)
|
Full Usage:
this.SortedFieldNames
Returns: string[]
|
The sorted labels of the anonymous type
|