C# 클래스 System.Html.ElementCollection

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

Private Properties

프로퍼티 타입 설명
ElementCollection System.Collections.Generic
GetEnumerator IEnumerator
this Element
this Element

공개 메소드들

메소드 설명
Item ( int index ) : Element
NamedItem ( string name ) : Element

비공개 메소드들

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

메소드 상세

Item() 공개 메소드

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

NamedItem() 공개 메소드

public NamedItem ( string name ) : Element
name string
리턴 Element