C# 클래스 YamlDotNet.Core.StringLookAheadBuffer

상속: ILookAheadBuffer
파일 보기 프로젝트 열기: aaubry/YamlDotNet

공개 메소드들

메소드 설명
Peek ( int offset ) : char
Skip ( int length ) : void
StringLookAheadBuffer ( string value ) : System

비공개 메소드들

메소드 설명
IsOutside ( int index ) : bool

메소드 상세

Peek() 공개 메소드

public Peek ( int offset ) : char
offset int
리턴 char

Skip() 공개 메소드

public Skip ( int length ) : void
length int
리턴 void

StringLookAheadBuffer() 공개 메소드

public StringLookAheadBuffer ( string value ) : System
value string
리턴 System