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

Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Свойство Type Description
End int
Start int
Type StringTokenType

Méthodes publiques

Méthode Description
StringToken ( StringTokenType t, int start ) : System.Collections.Generic
StringToken ( StringTokenType t, int start, int end ) : System.Collections.Generic

Method Details

StringToken() public méthode

public StringToken ( StringTokenType t, int start ) : System.Collections.Generic
t StringTokenType
start int
Résultat System.Collections.Generic

StringToken() public méthode

public StringToken ( StringTokenType t, int start, int end ) : System.Collections.Generic
t StringTokenType
start int
end int
Résultat System.Collections.Generic

Property Details

End public_oe property

public int End
Résultat int

Start public_oe property

public int Start
Résultat int

Type public_oe property

public StringTokenType Type
Résultat StringTokenType