[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Log.LogEntryList

LogEntryList Class

Defines list of GrapeCity.Documents.Pdf.Log.LogEntryBase objects.

Inheritance
List<LogEntryBase>
LogEntryList
Implements
IList<LogEntryBase>
ICollection<LogEntryBase>
IReadOnlyList<LogEntryBase>
IReadOnlyCollection<LogEntryBase>
IEnumerable<LogEntryBase>
Namespace: GrapeCity.Documents.Pdf.Log
Assembly: DS.Documents.Pdf.dll
Syntax
public class LogEntryList : List<LogEntryBase>, IList<LogEntryBase>, ICollection<LogEntryBase>, IList, ICollection, IReadOnlyList<LogEntryBase>, IReadOnlyCollection<LogEntryBase>, IEnumerable<LogEntryBase>, IEnumerable
Public Class LogEntryList
    Inherits List(Of LogEntryBase)
    Implements IList(Of LogEntryBase), ICollection(Of LogEntryBase), IList, ICollection, IReadOnlyList(Of LogEntryBase), IReadOnlyCollection(Of LogEntryBase), IEnumerable(Of LogEntryBase), IEnumerable

Constructors

Name Description
LogEntryList()