C# Class Microsoft.Html.Core.Parser.Tokens.StringToken

Show file Open project: Microsoft/RTVS Class Usage Examples

Public Properties

Property Type Description
End int
Start int
Type StringTokenType

Public Methods

Method Description
StringToken ( StringTokenType t, int start ) : System.Collections.Generic
StringToken ( StringTokenType t, int start, int end ) : System.Collections.Generic

Method Details

StringToken() public method

public StringToken ( StringTokenType t, int start ) : System.Collections.Generic
t StringTokenType
start int
return System.Collections.Generic

StringToken() public method

public StringToken ( StringTokenType t, int start, int end ) : System.Collections.Generic
t StringTokenType
start int
end int
return System.Collections.Generic

Property Details

End public property

public int End
return int

Start public property

public int Start
return int

Type public property

public StringTokenType Type
return StringTokenType