DictionaryPool<TKey, TValue>
クラス in Nostalgia.Pool / 継承元: CollectionPool<System.Collections.Generic.Dictionary<TKey, TValue>, System.Collections.Generic.KeyValuePair<TKey, TValue>>
説明
System.Collections.Generic.Dictionary<TKey,TValue>型のプール
型パラメーター
型パラメーター名 | 説明 | 型制約 |
---|---|---|
TKey | キーの型 | |
TValue | 値の型 |
継承元メンバー
静的メソッド
メソッド名 | 説明 |
---|---|
Get | プールからインスタンスを取り出す。 |
Release | プールへインスタンスを返却する。 |