Show / Hide Table of Contents

Interface ICloneable<T>

A type that has clonable instances.

Namespace: Towel
Assembly: Towel.dll
Syntax
public interface ICloneable<T>
Type Parameters
Name Description
T

The type of instances that can be cloned.

Methods

| Improve this Doc View Source

Clone()

Clones a T.

Declaration
T Clone()
Returns
Type Description
T

A clone of the T.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX