

'宣言 Public Class ReportObject.PropsTable(Of T As ReportObject) Inherits C1.Document.Serialization.C1PropsTable(Of T) Implements C1.Document.Serialization.IC1PropsTable
'使用法 Dim instance As ReportObject.PropsTable(Of T)
public class ReportObject.PropsTable<T> : C1.Document.Serialization.C1PropsTable<T>, C1.Document.Serialization.IC1PropsTable where T: ReportObject
System.Object
C1.Document.Serialization.C1PropsTable<T>
C1.Report.ReportObject.PropsTable<T>