SourceConstructFlags Type
Indicates the relationship between a compiled entity in a CLI binary and an element in F# source code.
Record fields
Record Field |
Description
|
|
Indicates that the compiled entity is part of the representation of an F# closure.
|
|
Indicates that the compiled entity is part of the representation of an F# exception declaration.
|
|
Indicates that the compiled entity is part of the representation of an F# record or union case field declaration.
|
|
The mask of values related to the kind of the compiled entity.
|
|
Indicates that the compiled entity is part of the representation of an F# module declaration.
|
|
Indicates that the compiled entity had private or internal representation in F# source code.
|
|
Indicates that the compiled entity has no relationship to an element in F# source code.
|
|
Indicates that the compiled entity is part of the representation of an F# class or other object type declaration.
|
|
Indicates that the compiled entity is part of the representation of an F# record type declaration.
|
|
Indicates that the compiled entity is part of the representation of an F# union type declaration.
|
|
Indicates that the compiled entity is part of the representation of an F# union case declaration.
|
|
Indicates that the compiled entity is part of the representation of an F# value declaration.
|