C# Class System.Html.ElementCollection

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
ElementCollection System.Collections.Generic
GetEnumerator IEnumerator
this Element
this Element

Méthodes publiques

Méthode Description
Item ( int index ) : Element
NamedItem ( string name ) : Element

Private Methods

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

Method Details

Item() public méthode

public Item ( int index ) : Element
index int
Résultat Element

NamedItem() public méthode

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