[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.ICloneable-1

ICloneable<T> Interface

Supports cloning, which creates a new instance of a class with the same value as an existing instance.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public interface ICloneable<T>
Public Interface ICloneable(Of T)
Type Parameters
Name Description
T

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.