C# 클래스 StoryTeller.Model.Persistence.DSL.GrammarModeBase

상속: IReaderMode
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
Read ( int indention, string text ) : IReaderMode

보호된 메소드들

메소드 설명
applyValue ( string target, Cell cell, string value ) : void

메소드 상세

Read() 공개 추상적인 메소드

public abstract Read ( int indention, string text ) : IReaderMode
indention int
text string
리턴 IReaderMode

applyValue() 보호된 메소드

protected applyValue ( string target, Cell cell, string value ) : void
target string
cell Cell
value string
리턴 void