C# Class System.Html.ElementCollection

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

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

Public Methods

Method Description
Item ( int index ) : Element
NamedItem ( string name ) : Element

Private Methods

Method Description
ElementCollection ( ) : System.Collections.Generic
GetEnumerator ( ) : IEnumerator
this ( int index ) : Element
this ( string name ) : Element

Method Details

Item() public method

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

NamedItem() public method

public NamedItem ( string name ) : Element
name string
return Element