C# 클래스 OX.Copyable.Copyable

This class is an abstract base class that can be used as a really simple way of making an object copyable. To make an object copyable, simply inherit from this class, and call the base constructor from your constructor, with the same arguments as your constructor.
파일 보기 프로젝트 열기: havard/copyable

공개 메소드들

메소드 설명
CreateInstanceForCopy ( ) : object

보호된 메소드들

메소드 설명
Copyable ( ) : System

메소드 상세

Copyable() 보호된 메소드

protected Copyable ( ) : System
리턴 System

CreateInstanceForCopy() 공개 메소드

public CreateInstanceForCopy ( ) : object
리턴 object