contra


TypeMapping<'T>

A mapping from type to T.

Constructors

ConstructorDescription
new(key, mappedValue)
Signature: (key:Type * mappedValue:'T) -> unit

Instance members

Instance memberDescription
InverseMatches(value)
Signature: value:'T -> bool
Key()
Signature: unit -> unit
MappedValue()
Signature: unit -> unit
Matches(type)
Signature: type:Type -> bool
Fork me on GitHub