CoverageDSPriv.ClassDataTable.AddClassRow Method
Include Protected Members
Include Inherited Members
Adds a class row to the class data table.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddClassRow(CoverageDSPriv.ClassRow) | Adds the provided class row to the class data table. This class and its members are reserved for internal use and are not intended to be used in your code. | |
AddClassRow(String, String, UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv.NamespaceTableRow) | Adds a class row to the class data table by using the provided column values. This class and its members are reserved for internal use and are not intended to be used in your code. |
Top