| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Overrides Public Function Clone() As DataTable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public override DataTable Clone() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: DataTable Clone(); override | |
Return Value
A new DicomInformation.ImagesDataTable with the same schema as the current DicomInformation.ImagesDataTable.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code