A list of tagged objects.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public class TaggedObjectList : List<TaggedObject>
Visual Basic
Public Class TaggedObjectList _
	Inherits List(Of TaggedObject)
Visual C++
public ref class TaggedObjectList : public List<TaggedObject^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'TaggedObject>)>)>
    Perforce.P4..::..TaggedObjectList

See Also