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

Mostra 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_oe property

public int End
return int

Start public_oe property

public int Start
return int

Type public_oe property

public StringTokenType Type
return StringTokenType