IdentityMap Description sealed class Tinman.Core.Collections.IdentityMap → <TKey ref> → <TValue> Derived from MapBase<TKey, TValue> abstract An implementation of the IMap interface that uses a hashtable for storing the key/value pairs. Public / Constructors IdentityMap public constructor IdentityMap → (1) capacity opt : int32 = 12 [>=0] The initial capacity of the dictionary, in key/value pairs. Creates a new instance of IdentityMap. IVectorConst ListeningVector