C# Class System.Html.TokenList

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
Add void
GetEnumerator IEnumerator
Remove void
TokenList System.Collections.Generic
this string

Méthodes publiques

Méthode Description
Contains ( string token ) : bool
Item ( int index ) : string
Toggle ( string token ) : bool
Toggle ( string token, bool force ) : bool

Private Methods

Méthode Description
Add ( ) : void
GetEnumerator ( ) : IEnumerator
Remove ( ) : void
TokenList ( ) : System.Collections.Generic
this ( int index ) : string

Method Details

Contains() public méthode

public Contains ( string token ) : bool
token string
Résultat bool

Item() public méthode

public Item ( int index ) : string
index int
Résultat string

Toggle() public méthode

public Toggle ( string token ) : bool
token string
Résultat bool

Toggle() public méthode

public Toggle ( string token, bool force ) : bool
token string
force bool
Résultat bool