ListPool<T>
クラス in Arbor.Pool / 継承元: CollectionPool<System.Collections.Generic.List<T>, T>
説明
System.Collections.Generic.List<T>型のプール
型パラメーター
型パラメーター名 | 説明 | 型制約 |
---|---|---|
T | 要素の型 |
継承元メンバー
静的メソッド
メソッド名 | 説明 |
---|---|
Get | プールからインスタンスを取り出す。 |
Release | プールへインスタンスを返却する。 |