ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomElementCollection Class
Members

In This Topic
    EomElementCollection Class
    In This Topic
    Object Model
    EomElementCollection Class
    Syntax
    'Declaration
     
    Public Class EomElementCollection 
       Inherits System.Collections.ObjectModel.Collection(Of EomElement)
    public class EomElementCollection : System.Collections.ObjectModel.Collection<EomElement> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1DataExtender.EomElementCollection

    See Also