

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