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

Show file Open project: AArnott/dasblog Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

Token() public method

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
return System