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