C# 클래스 System.Html.DOMStringList

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

Private Properties

프로퍼티 타입 설명
DOMStringList System.Collections.Generic
GetEnumerator IEnumerator
this string

공개 메소드들

메소드 설명
Contains ( string @string ) : bool
Item ( int index ) : string

비공개 메소드들

메소드 설명
DOMStringList ( ) : System.Collections.Generic
GetEnumerator ( ) : IEnumerator
this ( int index ) : string

메소드 상세

Contains() 공개 메소드

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

Item() 공개 메소드

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