'宣言 Public Class LogEntryList Inherits System.Collections.Generic.List(Of LogEntry)
'使用法 Dim instance As LogEntryList
public class LogEntryList : System.Collections.Generic.List<LogEntry>
'宣言 Public Class LogEntryList Inherits System.Collections.Generic.List(Of LogEntry)
'使用法 Dim instance As LogEntryList
public class LogEntryList : System.Collections.Generic.List<LogEntry>
System.Object
System.Collections.Generic.List<T>
C1.Win.C1Document.LogEntryList