Table of Contents

Interface ICloneable<T>

Namespace
NanoByte.Common
Assembly
NanoByte.Common.dll

Supports cloning.

public interface ICloneable<out T>

Type Parameters

T
Extension Methods

Methods

Clone()

Creates a new clone of this instance.

T Clone()

Returns

T