CoverageDSPriv.NamespaceTableDataTable.Clone Method ()
Returns a clone of this CoverageDSPriv.NamespaceTableDataTable. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
[DebuggerNonUserCodeAttribute]
public override DataTable Clone()
public:
[DebuggerNonUserCodeAttribute]
virtual DataTable^ Clone() override
[<DebuggerNonUserCodeAttribute>]
override Clone : unit -> DataTable
<DebuggerNonUserCodeAttribute>
Public Overrides Function Clone As DataTable
Return Value
Type: System.Data.DataTable
A clone of this data table.
See Also
CoverageDSPriv.NamespaceTableDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top