C# Class System.Xml.XmlElementCollection

Mostra file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
GetEnumerator IEnumerator
XmlElementCollection System.Collections.Generic
this XmlElement
this XmlElement

Public Methods

Method Description
Item ( uint index ) : XmlElement
NamedItem ( string name ) : XmlElement

Private Methods

Method Description
GetEnumerator ( ) : IEnumerator
XmlElementCollection ( ) : System.Collections.Generic
this ( string name ) : XmlElement
this ( uint index ) : XmlElement

Method Details

Item() public method

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

NamedItem() public method

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