Show / Hide Table of Contents

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.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX