C# 클래스 System.Xml.XmlBinaryDictionaryReader.NodeInfo

파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
DictLocalName XmlDictionaryString
DictNS XmlDictionaryString
DictValue XmlDictionaryString
IsAttributeValue bool
NSSlot int
NodeType System.Xml.XmlNodeType
Position int
Prefix string
TypedValue object
ValueType byte

공개 메소드들

메소드 설명
NodeInfo ( ) : System
NodeInfo ( bool isAttr ) : System
Reset ( ) : void

메소드 상세

NodeInfo() 공개 메소드

public NodeInfo ( ) : System
리턴 System

NodeInfo() 공개 메소드

public NodeInfo ( bool isAttr ) : System
isAttr bool
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

DictLocalName 공개적으로 프로퍼티

public XmlDictionaryString,System.Xml DictLocalName
리턴 XmlDictionaryString

DictNS 공개적으로 프로퍼티

public XmlDictionaryString,System.Xml DictNS
리턴 XmlDictionaryString

DictValue 공개적으로 프로퍼티

public XmlDictionaryString,System.Xml DictValue
리턴 XmlDictionaryString

IsAttributeValue 공개적으로 프로퍼티

public bool IsAttributeValue
리턴 bool

NSSlot 공개적으로 프로퍼티

public int NSSlot
리턴 int

NodeType 공개적으로 프로퍼티

public XmlNodeType,System.Xml NodeType
리턴 System.Xml.XmlNodeType

Position 공개적으로 프로퍼티

public int Position
리턴 int

Prefix 공개적으로 프로퍼티

public string Prefix
리턴 string

TypedValue 공개적으로 프로퍼티

public object TypedValue
리턴 object

ValueType 공개적으로 프로퍼티

public byte ValueType
리턴 byte