Interface ICloneable<T>
Typed ICloneable interface.
Namespace: Sdl.Core.Bcm.BcmModel.Common
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public interface ICloneable<out T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Clone()
Clones this instance.
Declaration
T Clone()
Returns
| Type | Description |
|---|---|
| T |