C# 클래스 NArrange.Core.Configuration.ConfigurationElement

Base configuration element class.
상속: ICloneable
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : object

Creates a clone of this instance.

보호된 메소드들

메소드 설명
BaseClone ( ) : ConfigurationElement

Creates a new instance and copies state.

DoClone ( ) : ConfigurationElement

Creates a new instance of this type and copies state.

메소드 상세

BaseClone() 보호된 메소드

Creates a new instance and copies state.
protected BaseClone ( ) : ConfigurationElement
리턴 ConfigurationElement

Clone() 공개 메소드

Creates a clone of this instance.
public Clone ( ) : object
리턴 object

DoClone() 보호된 추상적인 메소드

Creates a new instance of this type and copies state.
protected abstract DoClone ( ) : ConfigurationElement
리턴 ConfigurationElement