ObjectPool
StockSharp.Xaml.Charting.Common.Helpers
Represents a pool of objects with a size limit.
実装: IDisposable
コンストラクター
ObjectPool()
Initializes a new instance of the ObjectPool class.
ObjectPool(int, Func<T, T>)
Initializes a new instance of the ObjectPool class.
プロパティ
AvailableCount : int
Gets the amount of pooled instances
メソッド
Dispose()
Disposes of items in the pool that implement IDisposable.