IDeepCopyable.T. Interface
Supports deep copying, which creates a new independent instance of a class with the same value as an existing instance.
Namespace: TcHmiSrv.Core.Duplication
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public interface IDeepCopyable<out T>
Type Parameters
T |
The type that is deep copyable. |
The IDeepCopyable.T. type exposes the following members.
Weiterführende Informationen