# 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