C# 클래스 NArrange.Core.CodeElements.TextCodeElement

Code element base class with text.
상속: CommentedElement
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Creates a clone of the instance and assigns any state.

보호된 메소드들

메소드 설명
TextCodeElement ( )

Default constructor.

메소드 상세

Clone() 공개 메소드

Creates a clone of the instance and assigns any state.
public Clone ( ) : object
리턴 object

TextCodeElement() 보호된 메소드

Default constructor.
protected TextCodeElement ( )