 | ConcurrentCollection<T> Constructor (Int32) |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntaxpublic ConcurrentCollection(
int size
)
Parameters
- size
- Type: System.Int32
The initial size of the backing array.
See Also