

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