C# Class System.Html.TokenList

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
Add void
GetEnumerator IEnumerator
Remove void
TokenList System.Collections.Generic
this string

Public Methods

Method Description
Contains ( string token ) : bool
Item ( int index ) : string
Toggle ( string token ) : bool
Toggle ( string token, bool force ) : bool

Private Methods

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

Method Details

Contains() public method

public Contains ( string token ) : bool
token string
return bool

Item() public method

public Item ( int index ) : string
index int
return string

Toggle() public method

public Toggle ( string token ) : bool
token string
return bool

Toggle() public method

public Toggle ( string token, bool force ) : bool
token string
force bool
return bool