Specifies a collection of GdxDataValue

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

C#
public class GdxDataValueCollection : ObservableCollection<GdxDataValue>
Visual Basic
Public Class GdxDataValueCollection _
	Inherits ObservableCollection(Of GdxDataValue)
JScript
public class GdxDataValueCollection extends ObservableCollection<GdxDataValue>

Collapse imageInheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'GdxDataValue>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'GdxDataValue>)>)>
      Ico.Gdx..::..GdxDataValueCollection

Collapse imageSee Also