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.

Methods

 

Name

Description

IDeepCopyable.T. Interface 1:

DeepCopy

Creates a new object that is a deep copy of the current instance.

Reference

TcHmiSrv.Core.Duplication Namespace