C# 클래스 CommonMarkSharp.Subject

파일 보기 프로젝트 열기: MortenHoustonLudvigsen/CommonMarkSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Char char
EndOfString bool
Index int
Text string

공개 메소드들

메소드 설명
Advance ( ) : bool
Advance ( int count ) : int
AdvanceToEnd ( int offset ) : void
AdvanceToFirstNonSpace ( int offset ) : void
Contains ( char c, int relativeIndex ) : bool
Contains ( string str, int relativeIndex ) : bool
Escape ( string input ) : string
IsWhiteSpace ( ) : bool
IsWhiteSpace ( char c ) : bool
IsWhiteSpace ( int relativeIndex ) : bool
PartOfSequence ( char c, int count ) : bool
Save ( ) : SavedSubject
SkipWhiteSpace ( ) : int
StartsWith ( string str, int relativeIndex ) : bool
Subject ( string text ) : System
ToString ( ) : string
this ( int relativeIndex ) : char

비공개 메소드들

메소드 설명
GetChar ( int index ) : char
SetIndex ( int value ) : void
ValidIndex ( int index ) : bool

메소드 상세

Advance() 공개 메소드

public Advance ( ) : bool
리턴 bool

Advance() 공개 메소드

public Advance ( int count ) : int
count int
리턴 int

AdvanceToEnd() 공개 메소드

public AdvanceToEnd ( int offset ) : void
offset int
리턴 void

AdvanceToFirstNonSpace() 공개 메소드

public AdvanceToFirstNonSpace ( int offset ) : void
offset int
리턴 void

Contains() 공개 메소드

public Contains ( char c, int relativeIndex ) : bool
c char
relativeIndex int
리턴 bool

Contains() 공개 메소드

public Contains ( string str, int relativeIndex ) : bool
str string
relativeIndex int
리턴 bool

Escape() 공개 정적인 메소드

public static Escape ( string input ) : string
input string
리턴 string

IsWhiteSpace() 공개 메소드

public IsWhiteSpace ( ) : bool
리턴 bool

IsWhiteSpace() 공개 정적인 메소드

public static IsWhiteSpace ( char c ) : bool
c char
리턴 bool

IsWhiteSpace() 공개 메소드

public IsWhiteSpace ( int relativeIndex ) : bool
relativeIndex int
리턴 bool

PartOfSequence() 공개 메소드

public PartOfSequence ( char c, int count ) : bool
c char
count int
리턴 bool

Save() 공개 메소드

public Save ( ) : SavedSubject
리턴 SavedSubject

SkipWhiteSpace() 공개 메소드

public SkipWhiteSpace ( ) : int
리턴 int

StartsWith() 공개 메소드

public StartsWith ( string str, int relativeIndex ) : bool
str string
relativeIndex int
리턴 bool

Subject() 공개 메소드

public Subject ( string text ) : System
text string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int relativeIndex ) : char
relativeIndex int
리턴 char

프로퍼티 상세

Char 공개적으로 프로퍼티

public char Char
리턴 char

EndOfString 공개적으로 프로퍼티

public bool EndOfString
리턴 bool

Index 공개적으로 프로퍼티

public int Index
리턴 int

Text 공개적으로 프로퍼티

public string Text
리턴 string