Constructor which specifies capacity

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

Syntax

C#
public TaggedObjectList(
	int capacity
)
Visual Basic
Public Sub New ( _
	capacity As Integer _
)
Visual C++
public:
TaggedObjectList(
	int capacity
)

Parameters

capacity
Type: System..::..Int32
number of objects supported

See Also