ICloneableT Interface
Allows the object to be cloned. The Source Generator will generate a clone method for this interface.
Namespace: MobileTrack.Common.InterfacesAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public interface ICloneable<out T>
where T : class, Object, ICloneable<T>
Type Parameters
- T
- Current type
| Clone |
Clones the current instance of the object.
|