FsXaml


ProvidedSymbolKind

Namespace: ProviderImplementation.ProvidedTypes

Represents the type constructor in a provided symbol type.

Union Cases

Union CaseDescription
Array(int)
Signature: int

Indicates that the type constructor is for a multi-dimensional array

ByRef
Signature:

Indicates that the type constructor is for byref types

FSharpTypeAbbreviation(...)
Signature: Assembly * string * string []

Indicates that the type constructor is for abbreviated types

Generic(Type)
Signature: Type

Indicates that the type constructor is for named generic types

Pointer
Signature:

Indicates that the type constructor is for pointer types

SDArray
Signature:

Indicates that the type constructor is for a single-dimensional array

Fork me on GitHub