C# Class System.Xml.XmlBinaryReaderSession

Inheritance: IXmlDictionary
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Method Details

Add() public method

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

Add() public method

public Add ( int id, string value ) : XmlDictionaryString
id int
value string
return XmlDictionaryString

Clear() public method

public Clear ( ) : void
return void

TryLookup() public method

public TryLookup ( System value, System &result ) : bool
value System
result System
return bool

TryLookup() public method

public TryLookup ( XmlDictionaryString value, XmlDictionaryString &result ) : bool
value XmlDictionaryString
result XmlDictionaryString
return bool

TryLookup() public method

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

TryLookup() public method

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

TryLookup() public method

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

TryLookup() public method

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

XmlBinaryReaderSession() public method

XmlBinaryReaderSession() public method

public XmlBinaryReaderSession ( ) : System.Xml
return System.Xml