TypeMapping<'T>
A mapping from type to T.
Constructors
Constructor | Description |
new(key, mappedValue)
Signature: (key:Type * mappedValue:'T) -> unit
|
Instance members
Instance member | Description |
InverseMatches(value)
Signature: value:'T -> bool
|
|
Key()
Signature: unit -> unit
|
|
MappedValue()
Signature: unit -> unit
|
|
Matches(type)
Signature: type:Type -> bool
|