ICloneable<T>.Clone() Method
.NET Standard 2.x
Creates a new object that is a copy of the current instance.
Namespace: System
Assembly: SnapObjects.Data.dll
Syntax
T Clone();
Returns
T
A new object that is a copy of this instance.
Applies to
.NET Standard
2.x