C# Class CommonMarkSharp.Subject

Afficher le fichier Open project: MortenHoustonLudvigsen/CommonMarkSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Char char
EndOfString bool
Index int
Text string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetChar ( int index ) : char
SetIndex ( int value ) : void
ValidIndex ( int index ) : bool

Method Details

Advance() public méthode

public Advance ( ) : bool
Résultat bool

Advance() public méthode

public Advance ( int count ) : int
count int
Résultat int

AdvanceToEnd() public méthode

public AdvanceToEnd ( int offset ) : void
offset int
Résultat void

AdvanceToFirstNonSpace() public méthode

public AdvanceToFirstNonSpace ( int offset ) : void
offset int
Résultat void

Contains() public méthode

public Contains ( char c, int relativeIndex ) : bool
c char
relativeIndex int
Résultat bool

Contains() public méthode

public Contains ( string str, int relativeIndex ) : bool
str string
relativeIndex int
Résultat bool

Escape() public static méthode

public static Escape ( string input ) : string
input string
Résultat string

IsWhiteSpace() public méthode

public IsWhiteSpace ( ) : bool
Résultat bool

IsWhiteSpace() public static méthode

public static IsWhiteSpace ( char c ) : bool
c char
Résultat bool

IsWhiteSpace() public méthode

public IsWhiteSpace ( int relativeIndex ) : bool
relativeIndex int
Résultat bool

PartOfSequence() public méthode

public PartOfSequence ( char c, int count ) : bool
c char
count int
Résultat bool

Save() public méthode

public Save ( ) : SavedSubject
Résultat SavedSubject

SkipWhiteSpace() public méthode

public SkipWhiteSpace ( ) : int
Résultat int

StartsWith() public méthode

public StartsWith ( string str, int relativeIndex ) : bool
str string
relativeIndex int
Résultat bool

Subject() public méthode

public Subject ( string text ) : System
text string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int relativeIndex ) : char
relativeIndex int
Résultat char

Property Details

Char public_oe property

public char Char
Résultat char

EndOfString public_oe property

public bool EndOfString
Résultat bool

Index public_oe property

public int Index
Résultat int

Text public_oe property

public string Text
Résultat string