ConcurrentListT Constructor (Int32) |
Initializes a new instance of the list class that is empty and has the specified initial capacity.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ConcurrentList(
int capacity
)
Parameters
- capacity
- Type: SystemInt32
The number of elements that the new list can initially store.
See Also