C# Class System.Xaml.XamlXmlNodeInfo

Mostra file Open project: Clancey/XamlForIphone

Public Properties

Property Type Description
HasLineInfo bool
LineNumber int
LinePosition int
NodeType XamlNodeType
NodeValue object

Public Methods

Method Description
XamlXmlNodeInfo ( XamlNodeType nodeType, object nodeValue, IXmlLineInfo lineInfo ) : System

Method Details

XamlXmlNodeInfo() public method

public XamlXmlNodeInfo ( XamlNodeType nodeType, object nodeValue, IXmlLineInfo lineInfo ) : System
nodeType XamlNodeType
nodeValue object
lineInfo IXmlLineInfo
return System

Property Details

HasLineInfo public_oe property

public bool HasLineInfo
return bool

LineNumber public_oe property

public int LineNumber
return int

LinePosition public_oe property

public int LinePosition
return int

NodeType public_oe property

public XamlNodeType NodeType
return XamlNodeType

NodeValue public_oe property

public object NodeValue
return object