C# 클래스 AspUnitRunner.Core.Html.HtmlCollection

상속: IHtmlCollection
파일 보기 프로젝트 열기: mhenry07/ASPUnitRunner 1 사용 예제들

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
HtmlCollection ( IList elements ) : System.Collections
this ( int index ) : IHtmlElement

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

HtmlCollection() 공개 메소드

public HtmlCollection ( IList elements ) : System.Collections
elements IList
리턴 System.Collections

this() 공개 메소드

public this ( int index ) : IHtmlElement
index int
리턴 IHtmlElement