# FillPoolItemCollection(IEnumerable<T>) Method Fill the pool item collection from an existing *T* collection. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 **C#** ``` C# private void FillPoolItemCollection( IEnumerable collection ) ``` **F#** ``` F# private member FillPoolItemCollection : collection : IEnumerable<'T> -> unit ``` #### Parameters
  IEnumerable(T)
The T collection.
## See Also #### Reference Pool(T) Class FillPoolItemCollection Overload CapyKit Namespace