C# 클래스 System.Html.TokenList

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
Add void
GetEnumerator IEnumerator
Remove void
TokenList System.Collections.Generic
this string

공개 메소드들

메소드 설명
Contains ( string token ) : bool
Item ( int index ) : string
Toggle ( string token ) : bool
Toggle ( string token, bool force ) : bool

비공개 메소드들

메소드 설명
Add ( ) : void
GetEnumerator ( ) : IEnumerator
Remove ( ) : void
TokenList ( ) : System.Collections.Generic
this ( int index ) : string

메소드 상세

Contains() 공개 메소드

public Contains ( string token ) : bool
token string
리턴 bool

Item() 공개 메소드

public Item ( int index ) : string
index int
리턴 string

Toggle() 공개 메소드

public Toggle ( string token ) : bool
token string
리턴 bool

Toggle() 공개 메소드

public Toggle ( string token, bool force ) : bool
token string
force bool
리턴 bool