mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
817 B
817 B
FillPoolItemCollection Method
Overload List
FillPoolItemCollection(IEnumerable(T)) | Fill the pool item collection from an existing T collection. |
FillPoolItemCollection(Int32) | Initializes the pool with the specified number of items using the default constructor. |
FillPoolItemCollection(Int32, Func(T)) | Initializes the pool with the specified number of items using the specified constructor selector. |