Method | Description | |
---|---|---|
Add ( int id, string value ) : System.Xml.XmlDictionaryString | ||
Add ( int id, string value ) : |
||
Clear ( ) : void | ||
TryLookup ( System value, System &result ) : bool | ||
TryLookup ( |
||
TryLookup ( int key, System &result ) : bool | ||
TryLookup ( int key, |
||
TryLookup ( string value, System &result ) : bool | ||
TryLookup ( string value, |
||
XmlBinaryReaderSession ( ) | ||
XmlBinaryReaderSession ( ) : System.Xml |
public Add ( int id, string value ) : System.Xml.XmlDictionaryString | ||
id | int | |
value | string | |
return | System.Xml.XmlDictionaryString |
public Add ( int id, string value ) : |
||
id | int | |
value | string | |
return |
public TryLookup ( System value, System &result ) : bool | ||
value | System | |
result | System | |
return | bool |
public TryLookup ( |
||
value | ||
result | ||
return | bool |
public TryLookup ( int key, System &result ) : bool | ||
key | int | |
result | System | |
return | bool |
public TryLookup ( int key, |
||
key | int | |
result | ||
return | bool |
public TryLookup ( string value, System &result ) : bool | ||
value | string | |
result | System | |
return | bool |
public TryLookup ( string value, |
||
value | string | |
result | ||
return | bool |
public XmlBinaryReaderSession ( ) : System.Xml | ||
return | System.Xml |