Initializes the colection.

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

Syntax

C#
public SampleValueCollection(
	IEnumerable<SampleValue> collection
)
Visual Basic
Public Sub New ( _
	collection As IEnumerable(Of SampleValue) _
)
JScript
public function SampleValueCollection(
	collection : IEnumerable<SampleValue>
)

Parameters

collection
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'SampleValue>)>)>
Source collection.

See Also