型一覧
型名 | 説明 |
---|---|
CollectionPool<TCollection, TItem> | System.Collections.Generic.ICollection<T>型のプール。 |
DictionaryPool<TKey, TValue> | System.Collections.Generic.Dictionary<TKey,TValue>型のプール |
GenericPool<T> | 汎用型のプール |
HashSetPool<T> | System.Collections.Generic.HashSet<T>型のプール |
ListPool<T> | System.Collections.Generic.List<T>型のプール |
ObjectPool<T> | クラス型インスタンスをプールする。 |
PooledObject<T> | プールしたインスタンスを管理する型。 |