IdentityMap

Description

sealed class Tinman.Core.Collections.IdentityMap
<TKey ref>
<TValue>

Derived from

MapConstBase<TKey, TValue> abstract
IMap<TKey, TValue>

An implementation of the IMap interface that uses a hashtable for storing the key/value pairs.

Public / Constructors

Identity​Map


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.