Collection of the SampleValue items.

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

Syntax

C#
public class SampleValueCollection : List<SampleValue>
Visual Basic
Public Class SampleValueCollection _
	Inherits List(Of SampleValue)
JScript
public class SampleValueCollection extends List<SampleValue>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'SampleValue>)>)>
    Ico.Fwx.ClientWrapper..::..SampleValueCollection

See Also