FsXaml


ProvidedSymbolType

Namespace: ProviderImplementation.ProvidedTypes

Represents an array or other symbolic type involving a provided type as the argument. See the type provider spec for the methods that must be implemented. Note that the type provider specification does not require us to implement pointer-equality for provided types.

Instance members

Instance memberDescription
Args
Signature: Type list

Return the provided types used as arguments of this symbolic type

CompiledName: get_Args

IsFSharpTypeAbbreviation
Signature: bool

For example, kg

CompiledName: get_IsFSharpTypeAbbreviation

IsFSharpUnitAnnotated
Signature: bool

For example, int or int

CompiledName: get_IsFSharpUnitAnnotated

Kind
Signature: ProvidedSymbolKind

Returns the kind of this symbolic type

CompiledName: get_Kind

Fork me on GitHub