C# 클래스 YamlSharp.Tokens.DirectiveToken

상속: Token
파일 보기 프로젝트 열기: janno-p/YamlSharp 1 사용 예제들

공개 메소드들

메소드 설명
DirectiveToken ( int startMark, int endMark, string name ) : System.Collections.Generic

메소드 상세

DirectiveToken() 공개 메소드

public DirectiveToken ( int startMark, int endMark, string name ) : System.Collections.Generic
startMark int
endMark int
name string
리턴 System.Collections.Generic