C# 클래스 Ext.Net.Utilities.Inflatr.Base

파일 보기 프로젝트 열기: extnet/Utilities

보호된 프로퍼티들

프로퍼티 타입 설명
c int
index int
input string
r StringBuilder

공개 메소드들

메소드 설명
Base ( ) : System

Base ( Options options ) : System

Inflate ( string input ) : string

Inflate the string

보호된 메소드들

메소드 설명
After ( Regex pattern, Regex start ) : bool

Append ( ) : void

Between ( string start ) : string

Between ( string start, string finish ) : string

Escape ( string pattern ) : string

Indent ( ) : StringBuilder

LastIndexOf ( Regex pattern ) : int

LastIndexOf ( Regex pattern, string input ) : int

NewLine ( ) : string

NextChar ( ) : bool

Peek ( string pat ) : string

Scan ( string pat ) : string

ScanUntil ( string pat ) : string

WhiteSpace ( ) : bool

메소드 상세

After() 보호된 메소드

protected After ( Regex pattern, Regex start ) : bool
pattern System.Text.RegularExpressions.Regex
start System.Text.RegularExpressions.Regex
리턴 bool

Append() 보호된 메소드

protected Append ( ) : void
리턴 void

Base() 공개 메소드

public Base ( ) : System
리턴 System

Base() 공개 메소드

public Base ( Options options ) : System
options Options
리턴 System

Between() 보호된 메소드

protected Between ( string start ) : string
start string
리턴 string

Between() 보호된 메소드

protected Between ( string start, string finish ) : string
start string
finish string
리턴 string

Escape() 보호된 메소드

protected Escape ( string pattern ) : string
pattern string
리턴 string

Indent() 보호된 메소드

protected Indent ( ) : StringBuilder
리턴 StringBuilder

Inflate() 공개 추상적인 메소드

Inflate the string
public abstract Inflate ( string input ) : string
input string compressed string
리턴 string

LastIndexOf() 보호된 메소드

protected LastIndexOf ( Regex pattern ) : int
pattern System.Text.RegularExpressions.Regex
리턴 int

LastIndexOf() 보호된 메소드

protected LastIndexOf ( Regex pattern, string input ) : int
pattern System.Text.RegularExpressions.Regex
input string
리턴 int

NewLine() 보호된 메소드

protected NewLine ( ) : string
리턴 string

NextChar() 보호된 메소드

protected NextChar ( ) : bool
리턴 bool

Peek() 보호된 메소드

protected Peek ( string pat ) : string
pat string
리턴 string

Scan() 보호된 메소드

protected Scan ( string pat ) : string
pat string
리턴 string

ScanUntil() 보호된 메소드

protected ScanUntil ( string pat ) : string
pat string
리턴 string

WhiteSpace() 보호된 메소드

protected WhiteSpace ( ) : bool
리턴 bool

프로퍼티 상세

c 보호되어 있는 프로퍼티

protected int c
리턴 int

index 보호되어 있는 프로퍼티

protected int index
리턴 int

input 보호되어 있는 프로퍼티

protected string input
리턴 string

r 보호되어 있는 프로퍼티

protected StringBuilder r
리턴 StringBuilder