mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
833 B
833 B
Pool<T> Constructor
Overload List
Pool(T)(IEnumerable(T)) | Initializes a new instance of the Pool(T) class with the specified collection of items. |
Pool(T)(Int32) | Initializes a new instance of the Pool(T) class with the specified pool size. |
Pool(T)(Int32, Func(T)) | Initializes a new instance of the Pool(T) class with the specified pool size and constructor selector. |