C# 클래스 Microsoft.Fast.AST.Scanner.StringBuffer

This class reads characters from a single string as required, for example, by Visual Studio language services
상속: ScanBuff
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 메소드들

메소드 설명
GetString ( int begin, int limit ) : string
Read ( ) : int
StringBuffer ( string source ) : System
ToString ( ) : string

메소드 상세

GetString() 공개 메소드

public GetString ( int begin, int limit ) : string
begin int
limit int
리턴 string

Read() 공개 메소드

public Read ( ) : int
리턴 int

StringBuffer() 공개 메소드

public StringBuffer ( string source ) : System
source string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string