C# 클래스 CSharpUtils.Templates.ParserNodes.ParserNodeIdentifier

상속: ParserNode
파일 보기 프로젝트 열기: soywiz/NodeNetAsync 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Id String

공개 메소드들

메소드 설명
ParserNodeIdentifier ( String Id ) : System
ToString ( ) : string
WriteTo ( ParserNodeContext Context ) : void

메소드 상세

ParserNodeIdentifier() 공개 메소드

public ParserNodeIdentifier ( String Id ) : System
Id String
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteTo() 공개 메소드

public WriteTo ( ParserNodeContext Context ) : void
Context ParserNodeContext
리턴 void

프로퍼티 상세

Id 보호되어 있는 프로퍼티

protected String Id
리턴 String