Click or drag to resize

StringListAddition Operator

Add to string lists

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public static StringList operator +(
	StringList l,
	StringList r
)

Parameters

l
Type: Perforce.P4StringList
The left list
r
Type: Perforce.P4StringList
The right list

Return Value

Type: StringList
A new list consisting of the elements of the left list followed by the elements of the right list
See Also