

'宣言 Public Class BookmarkList Inherits System.Collections.Generic.List(Of Integer)
'使用法 Dim instance As BookmarkList
public class BookmarkList : System.Collections.Generic.List<int>
System.Object
System.Collections.Generic.List<T>
C1.Report.BookmarkList