Interface ICloneableThing<TThing>
Interface for cloneable things.
Namespace: Fibula.Common.Contracts.Abstractions
Assembly: Fibula.Common.Contracts.dll
Syntax
public interface ICloneableThing<out TThing>
where TThing : IThing
Type Parameters
Name | Description |
---|---|
TThing | The type of thing being cloned. |
Methods
| Improve this Doc View SourceClone()
Creates a new TThing
that is a shallow copy of the current instance.
Declaration
TThing Clone()
Returns
Type | Description |
---|---|
TThing | A new |