C# Class Nustache.Core.XmlNodeListIndexGetter

Inheritance: ValueGetter
Mostrar archivo Open project: jdiamond/Nustache

Public Methods

Method Description
GetValue ( ) : object
XmlNodeListIndexGetter ( XmlNodeList target, int index ) : System

Private Methods

Method Description
GetNodeValue ( XmlNode node ) : object

Method Details

GetValue() public method

public GetValue ( ) : object
return object

XmlNodeListIndexGetter() public method

public XmlNodeListIndexGetter ( XmlNodeList target, int index ) : System
target System.Xml.XmlNodeList
index int
return System