C# 클래스 System.Xml.XmlBinaryReaderSession

상속: IXmlDictionary
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Add ( int id, string value ) : System.Xml.XmlDictionaryString
Add ( int id, string value ) : XmlDictionaryString
Clear ( ) : void
TryLookup ( System value, System &result ) : bool
TryLookup ( XmlDictionaryString value, XmlDictionaryString &result ) : bool
TryLookup ( int key, System &result ) : bool
TryLookup ( int key, XmlDictionaryString &result ) : bool
TryLookup ( string value, System &result ) : bool
TryLookup ( string value, XmlDictionaryString &result ) : bool
XmlBinaryReaderSession ( )
XmlBinaryReaderSession ( ) : System.Xml

메소드 상세

Add() 공개 메소드

public Add ( int id, string value ) : System.Xml.XmlDictionaryString
id int
value string
리턴 System.Xml.XmlDictionaryString

Add() 공개 메소드

public Add ( int id, string value ) : XmlDictionaryString
id int
value string
리턴 XmlDictionaryString

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

TryLookup() 공개 메소드

public TryLookup ( System value, System &result ) : bool
value System
result System
리턴 bool

TryLookup() 공개 메소드

public TryLookup ( XmlDictionaryString value, XmlDictionaryString &result ) : bool
value XmlDictionaryString
result XmlDictionaryString
리턴 bool

TryLookup() 공개 메소드

public TryLookup ( int key, System &result ) : bool
key int
result System
리턴 bool

TryLookup() 공개 메소드

public TryLookup ( int key, XmlDictionaryString &result ) : bool
key int
result XmlDictionaryString
리턴 bool

TryLookup() 공개 메소드

public TryLookup ( string value, System &result ) : bool
value string
result System
리턴 bool

TryLookup() 공개 메소드

public TryLookup ( string value, XmlDictionaryString &result ) : bool
value string
result XmlDictionaryString
리턴 bool

XmlBinaryReaderSession() 공개 메소드

XmlBinaryReaderSession() 공개 메소드

public XmlBinaryReaderSession ( ) : System.Xml
리턴 System.Xml