

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