Header menu logo F# Compiler Guide

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

this.Assembly

Full Usage: this.Assembly

Returns: FSharpAssembly

The assembly where the compiled form of the anonymous type is defined

Returns: FSharpAssembly

this.CompiledName

Full Usage: this.CompiledName

Returns: string

The name of the compiled form of the anonymous type

Returns: string

this.EnclosingCompiledTypeNames

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)

Returns: string list

this.SortedFieldNames

Full Usage: this.SortedFieldNames

Returns: string[]

The sorted labels of the anonymous type

Returns: string[]

Type something to start searching.