CoverageDSPriv.LinesDataTable.Clone Method
Returns an exact clone of this data table. 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
'Declaration
Public Overrides Function Clone As DataTable
public override DataTable Clone()
public:
virtual DataTable^ Clone() override
abstract Clone : unit -> DataTable
override Clone : unit -> DataTable
public override function Clone() : DataTable
Return Value
Type: System.Data.DataTable
An exact clone of this data table.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.