Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / LogEntryList Class
Members

In This Topic
    LogEntryList Class
    In This Topic
    Object Model
    LogEntryList Class
    Syntax
    'Declaration
     
    Public Class LogEntryList 
       Inherits System.Collections.Generic.List(Of LogEntry)
    public class LogEntryList : System.Collections.Generic.List<LogEntry> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Win.C1Document.LogEntryList

    See Also