C# Class Monodoc.EcmaProvider.NodeIndex

Show file 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 property

public int index
return int

node public property

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