Copy elements from another StringList into this list
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic void Copy(
StringList src,
int destIdx,
int cnt
)
Public Sub Copy (
src As StringList,
destIdx As Integer,
cnt As Integer
)
public:
void Copy(
StringList^ src,
int destIdx,
int cnt
)
member Copy :
src : StringList *
destIdx : int *
cnt : int -> unit
Parameters
- src
- Type: Perforce.P4StringList
The source StringList - destIdx
- Type: SystemInt32
The index of the first element copied in the destination array - cnt
- Type: SystemInt32
How many elements to copy
See Also