TypeMap<TValue>
Represents fast implementation of ITypeMap<T>
that is not thread safe.
Gets the enumerator over the values.
Initializes a new map.
public TypeMap()
Initializes a new map of recommended capacity.
Associates a new value with the type.
Removes all elements from this map.
Determines whether the map has association between the value and the specified type.
Gets enumerator over the values.
Gets the value associated with the specified type.
Attempts to remove the value from the map.
Attempts to remove the value from the map.
Replaces the existing value with a new value.
Associates the value with the specified type.
Replaces the existing value with a new value.
Attempts to get the value associated with the specified type.