Initializes a new instance of the StringCollection class
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public StringCollection( int capacity ) |
| Visual Basic (Usage) |
|---|
Dim capacity As Integer Dim instance As New StringCollection(capacity) |
Parameters
- capacity
- Type: System..::.Int32