Interface ICloneable<T>
Describes a cloneable item.
Namespace: SpiceSharp
Assembly: SpiceSharp.dll
Syntax
public interface ICloneable<T>
Type Parameters
Name | Description |
---|---|
T | The base type. |
Methods
Clone()
Clones the instance.
Declaration
T Clone()
Returns
Type | Description |
---|---|
T | The cloned instance. |