ConcurrentTypeMap
Represents thread-safe implementation of ITypeMap interface.
Represents an enumerator over values stored in the map.
Initializes a new empty set.
public ConcurrentTypeMap()
Initializes a new empty set.
Adds a new value or updates existing one, atomically.
Gets an enumerator over values in this map.
Attempts to add a new value or returns existing value, atomitcally.
Attempts to add a new value to this set.