C# 클래스 CFGLib.Parsers.Graphs.ChildNode

파일 보기 프로젝트 열기: ellisonch/CFGLib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id string
Sentence Sentence

공개 메소드들

메소드 설명
ChildNode ( Sentence rhs, int startPosition, int endPosition, string id, int rank ) : System

메소드 상세

ChildNode() 공개 메소드

public ChildNode ( Sentence rhs, int startPosition, int endPosition, string id, int rank ) : System
rhs Sentence
startPosition int
endPosition int
id string
rank int
리턴 System

프로퍼티 상세

Id 공개적으로 프로퍼티

public string Id
리턴 string

Sentence 공개적으로 프로퍼티

public Sentence Sentence
리턴 Sentence