Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class
Members

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

    System.Object
       System.Collections.Generic.List<T>
          GrapeCity.Documents.Pdf.Log.LogEntryList

    See Also