C# Class newtelligence.DasBlog.Util.Html.Token

Afficher le fichier Open project: AArnott/dasblog Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToString ( ) : string
Token ( int type, int endState, int startIndex, int endIndex, char chars, int charsLength ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( int type, int endState, int startIndex, int endIndex, char chars, int charsLength ) : System
type int
endState int
startIndex int
endIndex int
chars char
charsLength int
Résultat System