C# 클래스 StoryTeller.Model.Persistence.Markdown.LineExtensions.TokenParser.InsideQuotedToken

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

공개 메소드들

메소드 설명
InsideQuotedToken ( TokenParser parent ) : System.Collections.Generic
Read ( char c ) : void

메소드 상세

InsideQuotedToken() 공개 메소드

public InsideQuotedToken ( TokenParser parent ) : System.Collections.Generic
parent TokenParser
리턴 System.Collections.Generic

Read() 공개 메소드

public Read ( char c ) : void
c char
리턴 void