C# 클래스 LeopotamGroup.Scripting.Internal.Scanner.Buffer

파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

공개 프로퍼티들

프로퍼티 타입 설명
Data string
Pos int

공개 메소드들

메소드 설명
Peek ( ) : int
Read ( ) : int

메소드 상세

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

프로퍼티 상세

Data 공개적으로 프로퍼티

public string Data
리턴 string

Pos 공개적으로 프로퍼티

public int Pos
리턴 int