Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document 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.Xaml.Document.LogEntryList

    See Also