Copy elements from another StringList into this list
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public void Copy( StringList src, int destIdx, int cnt ) |
Visual Basic |
---|
Public Sub Copy ( _ src As StringList, _ destIdx As Integer, _ cnt As Integer _ ) |
Visual C++ |
---|
public: void Copy( StringList^ src, int destIdx, int cnt ) |
Parameters
- src
- Type: Perforce.P4..::..StringList
The source StringList
- destIdx
- Type: System..::..Int32
The index of the first element copied in the destination array
- cnt
- Type: System..::..Int32
How many elements to copy