Click or drag to resize

TaggedObjectList  Conversion (SimpleListTaggedObject to TaggedObjectList)

Create a TaggedObjectList from a SimpleList of tagged objects

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static explicit operator TaggedObjectList (
	SimpleList<TaggedObject> l
)

Parameters

l
Type: Perforce.P4SimpleListTaggedObject
SimpleList containing tagged objects

Return Value

Type: TaggedObjectList
TaggedObjectList containing tagged objects
See Also