mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-13 19:53:36 -06:00
23 lines
817 B
Markdown
23 lines
817 B
Markdown
|
# FillPoolItemCollection Method
|
||
|
|
||
|
|
||
|
## Overload List
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td><a href="M_CapyKit_Pool_1_FillPoolItemCollection.md">FillPoolItemCollection(IEnumerable(T))</a></td>
|
||
|
<td>Fill the pool item collection from an existing <em>T</em> collection.</td></tr>
|
||
|
<tr>
|
||
|
<td><a href="M_CapyKit_Pool_1_FillPoolItemCollection_1.md">FillPoolItemCollection(Int32)</a></td>
|
||
|
<td>Initializes the pool with the specified number of items using the default constructor.</td></tr>
|
||
|
<tr>
|
||
|
<td><a href="M_CapyKit_Pool_1_FillPoolItemCollection_2.md">FillPoolItemCollection(Int32, Func(T))</a></td>
|
||
|
<td>Initializes the pool with the specified number of items using the specified constructor selector.</td></tr>
|
||
|
</table>
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
|
||
|
#### Reference
|
||
|
<a href="T_CapyKit_Pool_1.md">Pool(T) Class</a>
|
||
|
<a href="N_CapyKit.md">CapyKit Namespace</a>
|