CapyKit/Documentation/Help/Overload_CapyKit_Pool_1__ctor.md

23 lines
809 B
Markdown
Raw Normal View History

# Pool<T> Constructor
## Overload List
<table>
<tr>
<td><a href="M_CapyKit_Pool_1__ctor">Pool(T)(IEnumerable(T))</a></td>
<td>Initializes a new instance of the <a href="T_CapyKit_Pool_1">Pool(T)</a> class with the specified collection of items.</td></tr>
<tr>
<td><a href="M_CapyKit_Pool_1__ctor_1">Pool(T)(Int32)</a></td>
<td>Initializes a new instance of the <a href="T_CapyKit_Pool_1">Pool(T)</a> class with the specified pool size.</td></tr>
<tr>
<td><a href="M_CapyKit_Pool_1__ctor_2">Pool(T)(Int32, Func(T))</a></td>
<td>Initializes a new instance of the <a href="T_CapyKit_Pool_1">Pool(T)</a> class with the specified pool size and constructor selector.</td></tr>
</table>
## See Also
#### Reference
<a href="T_CapyKit_Pool_1">Pool(T) Class</a>
<a href="N_CapyKit">CapyKit Namespace</a>