StringList Constructor (Int32)
|
Construct a list with the specified capacity and preallocate the members
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic StringList(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
StringList(
int capacity
)
new :
capacity : int -> StringList
Parameters
- capacity
- Type: SystemInt32
See Also