C# Class System.Xml.XmlElementCollection

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
GetEnumerator IEnumerator
XmlElementCollection System.Collections.Generic
this XmlElement
this XmlElement

Méthodes publiques

Méthode Description
Item ( uint index ) : XmlElement
NamedItem ( string name ) : XmlElement

Private Methods

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

Method Details

Item() public méthode

public Item ( uint index ) : XmlElement
index uint
Résultat XmlElement

NamedItem() public méthode

public NamedItem ( string name ) : XmlElement
name string
Résultat XmlElement