C# Class Monodoc.EcmaProvider.NodeIndex

Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Свойство Type Description
index int
node System.Xml.XmlNode

Méthodes publiques

Méthode Description
NodeIndex ( XmlNode node, int index ) : System

Method Details

NodeIndex() public méthode

public NodeIndex ( XmlNode node, int index ) : System
node System.Xml.XmlNode
index int
Résultat System

Property Details

index public_oe property

public int index
Résultat int

node public_oe property

public XmlNode,System.Xml node
Résultat System.Xml.XmlNode