A Wrapper for the Generics list of GdxData used to keep compatibility with Scripting

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'DataRow>)>)>
    Ico.Gdx..::..DataRowList

See Also