2024-04-19 23:12:24 -05:00
|
|
|
# Pool<T> Constructor
|
|
|
|
|
|
|
|
|
|
|
|
## Overload List
|
|
|
|
<table>
|
|
|
|
<tr>
|
2024-04-21 03:30:36 -05:00
|
|
|
<td><a href="M_CapyKit_Pool_1__ctor.md">Pool(T)(IEnumerable(T))</a></td>
|
|
|
|
<td>Initializes a new instance of the <a href="T_CapyKit_Pool_1.md">Pool(T)</a> class with the specified collection of items.</td></tr>
|
2024-04-19 23:12:24 -05:00
|
|
|
<tr>
|
2024-04-21 03:30:36 -05:00
|
|
|
<td><a href="M_CapyKit_Pool_1__ctor_1.md">Pool(T)(Int32)</a></td>
|
|
|
|
<td>Initializes a new instance of the <a href="T_CapyKit_Pool_1.md">Pool(T)</a> class with the specified pool size.</td></tr>
|
2024-04-19 23:12:24 -05:00
|
|
|
<tr>
|
2024-04-21 03:30:36 -05:00
|
|
|
<td><a href="M_CapyKit_Pool_1__ctor_2.md">Pool(T)(Int32, Func(T))</a></td>
|
|
|
|
<td>Initializes a new instance of the <a href="T_CapyKit_Pool_1.md">Pool(T)</a> class with the specified pool size and constructor selector.</td></tr>
|
2024-04-19 23:12:24 -05:00
|
|
|
</table>
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
|
|
|
|
#### Reference
|
2024-04-21 03:30:36 -05:00
|
|
|
<a href="T_CapyKit_Pool_1.md">Pool(T) Class</a>
|
|
|
|
<a href="N_CapyKit.md">CapyKit Namespace</a>
|