C# Class Monodoc.EcmaProvider.NodeIndex

Datei anzeigen Open project: runefs/Marvin

Public Properties

Property Type Description
index int
node System.Xml.XmlNode

Public Methods

Method Description
NodeIndex ( XmlNode node, int index ) : System

Method Details

NodeIndex() public method

public NodeIndex ( XmlNode node, int index ) : System
node System.Xml.XmlNode
index int
return System

Property Details

index public_oe property

public int index
return int

node public_oe property

public XmlNode,System.Xml node
return System.Xml.XmlNode