Create a TaggedObjectList from a SimpleList of tagged objects
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.1.153.7030 (2017.1.153.7030)
Syntax
C# |
---|
public static explicit operator TaggedObjectList ( SimpleList<TaggedObject> l ) |
Visual Basic |
---|
Public Shared Narrowing Operator CType ( _ l As SimpleList(Of TaggedObject) _ ) As TaggedObjectList |
Visual C++ |
---|
static explicit operator TaggedObjectList^ ( SimpleList<TaggedObject^>^ l ) |
Parameters
- l
- Type: Perforce.P4..::..SimpleList<(Of <(<'TaggedObject>)>)>
SimpleList containing tagged objects