# FillPoolItemCollection(Int32) Method Initializes the pool with the specified number of items using the default constructor. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# private void FillPoolItemCollection( int poolSize ) ``` **F#** ``` F# private member FillPoolItemCollection : poolSize : int -> unit ``` #### Parameters