Method | Description | |
---|---|---|
Add ( string value ) : System.Xml.XmlDictionaryString | ||
TryLookup ( System value, System &result ) : bool | ||
TryLookup ( int key, System &result ) : bool | ||
TryLookup ( string value, System &result ) : bool | ||
XmlDictionary ( ) | ||
XmlDictionary ( int capacity ) |
public Add ( string value ) : System.Xml.XmlDictionaryString | ||
value | string | |
return | System.Xml.XmlDictionaryString |
public TryLookup ( System value, System &result ) : bool | ||
value | System | |
result | System | |
return | bool |
public TryLookup ( int key, System &result ) : bool | ||
key | int | |
result | System | |
return | bool |
public TryLookup ( string value, System &result ) : bool | ||
value | string | |
result | System | |
return | bool |