C# Class System.Html.ElementNodeList

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
ElementNodeList System.Collections.Generic
GetEnumerator IEnumerator
this Element

Public Methods

Method Description
Item ( uint index ) : Element

Private Methods

Method Description
ElementNodeList ( ) : System.Collections.Generic
GetEnumerator ( ) : IEnumerator
this ( uint index ) : Element

Method Details

Item() public method

public Item ( uint index ) : Element
index uint
return Element