C# Class AspUnitRunner.Core.Html.HtmlCollection

Inheritance: IHtmlCollection
Show file Open project: mhenry07/ASPUnitRunner Class Usage Examples

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator
HtmlCollection ( IList elements ) : System.Collections
this ( int index ) : IHtmlElement

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

HtmlCollection() public method

public HtmlCollection ( IList elements ) : System.Collections
elements IList
return System.Collections

this() public method

public this ( int index ) : IHtmlElement
index int
return IHtmlElement