Suave.RouteTypeProvider


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

Kind
Signature: SymbolKind

Returns the kind of this symbolic type

CompiledName: get_Kind

F# Project
Fork me on GitHub