CapyKit/Documentation/Help/Overload_CapyKit_Pool_1_FillPoolItemCollection.md

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.

See Also

Reference

Pool(T) Class
CapyKit Namespace