[This is preliminary documentation and is subject to change.]
Represents a list of elements
System Object
System.Collections.Generic List Element NFX.WinForms.Elements ElementListNamespace: NFX.WinForms.ElementsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public class ElementList : List<Element>
public class ElementList : List<Element>
Public Class ElementList
Inherits List(Of Element)
Public Class ElementList
Inherits List(Of Element)
public ref class ElementList : public List<Element^>
public ref class ElementList : public List<Element^>
type ElementList =
class
inherit List<Element>
end
type ElementList =
class
inherit List<Element>
end