C# Class System.Xml.XmlBinaryReaderSession

Inheritance: IXmlDictionary
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( int id, string value ) : System.Xml.XmlDictionaryString
id int
value string
Résultat System.Xml.XmlDictionaryString

Add() public méthode

public Add ( int id, string value ) : XmlDictionaryString
id int
value string
Résultat XmlDictionaryString

Clear() public méthode

public Clear ( ) : void
Résultat void

TryLookup() public méthode

public TryLookup ( System value, System &result ) : bool
value System
result System
Résultat bool

TryLookup() public méthode

public TryLookup ( XmlDictionaryString value, XmlDictionaryString &result ) : bool
value XmlDictionaryString
result XmlDictionaryString
Résultat bool

TryLookup() public méthode

public TryLookup ( int key, System &result ) : bool
key int
result System
Résultat bool

TryLookup() public méthode

public TryLookup ( int key, XmlDictionaryString &result ) : bool
key int
result XmlDictionaryString
Résultat bool

TryLookup() public méthode

public TryLookup ( string value, System &result ) : bool
value string
result System
Résultat bool

TryLookup() public méthode

public TryLookup ( string value, XmlDictionaryString &result ) : bool
value string
result XmlDictionaryString
Résultat bool

XmlBinaryReaderSession() public méthode

XmlBinaryReaderSession() public méthode

public XmlBinaryReaderSession ( ) : System.Xml
Résultat System.Xml