[]
        
(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: GcDocs.Pdf.dll
Syntax
public class LogEntryList : List<LogEntryBase>, IList<LogEntryBase>, ICollection<LogEntryBase>, IList, ICollection, IReadOnlyList<LogEntryBase>, IReadOnlyCollection<LogEntryBase>, IEnumerable<LogEntryBase>, IEnumerable

Constructors

Name Description
LogEntryList()