Interface IClone<T>
Namespace: LibSugar
Assembly: LibSugar.dll
Syntax
public interface IClone<out T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Improve this Doc View SourceClone()
Declaration
T Clone()
Returns
| Type | Description |
|---|---|
| T |
Extension Methods
Sugar.Borrow<T>(T)
Sugar.Owner<T>(T)