Click or drag to resize

StringListCopy Method

Copy elements from another StringList into this list

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void Copy(
	StringList src,
	int destIdx,
	int cnt
)

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