Initializes the collection.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public SampleValueCollection(
	int capacity
)
Visual Basic
Public Sub New ( _
	capacity As Integer _
)
JScript
public function SampleValueCollection(
	capacity : int
)

Parameters

capacity
Type: System..::..Int32
Number of elements the SampleValueCollection can initially store.

See Also