IShallowCopyable.T. Interface

Supports shallow copying, which creates a new instance of a class with the same value as an existing instance and shared references.

Namespace:  TcHmiSrv.Core.Duplication
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public interface IShallowCopyable<out T>

Type Parameters

T

The type that is shallow copyable.

The IShallowCopyable.T. type exposes the following members.

Methods

 

Name

Description

IShallowCopyable.T. Interface 1:

ShallowCopy

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

Reference

TcHmiSrv.Core.Duplication Namespace