C# Класс ClonableObject.ClonableObjClass

Наследование: IClone
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Assign ( IClone src ) : void

Assigns the properties of src to the receiver.

ClonableObjClass ( ) : System
Clone ( ) : IClone
IsEqual ( IClone other ) : bool

Returns TRUE when the receiver and the other object have the same properties.

IsIdentical ( IClone other ) : bool

Описание методов

Assign() публичный Метод

Assigns the properties of src to the receiver.
public Assign ( IClone src ) : void
src IClone
Результат void

ClonableObjClass() публичный Метод

public ClonableObjClass ( ) : System
Результат System

Clone() публичный Метод

public Clone ( ) : IClone
Результат IClone

IsEqual() публичный Метод

Returns TRUE when the receiver and the other object have the same properties.
public IsEqual ( IClone other ) : bool
other IClone
Результат bool

IsIdentical() публичный Метод

public IsIdentical ( IClone other ) : bool
other IClone
Результат bool