Aardvark.Base


TypedSymbol<'T>

A typed symbol is a symbol that is associated with a type at compile time. This can be used in Dicts to associate each key with a value type.

Constructors

ConstructorDescription
new(str)
Signature: str:string -> unit
new(symbol)
Signature: symbol:Symbol -> unit

Instance members

Instance memberDescription
GetSymbol()
Signature: unit -> Symbol
Modifiers: abstract
GetSymbolType()
Signature: unit -> Type
Modifiers: abstract

Static members

Static memberDescription
op_Implicit(str)
Signature: str:string -> TypedSymbol<'T>
Fork me on GitHub