ResourceMetadata Methods

Methods

Add Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, String)
Clear Removes all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ContainsKey Determines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryString, String)
ContainsValue Determines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryString, String)
Deserialize  
GetDate  
GetEnumerator Returns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
GetLong  
GetObjectData Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryString, String)
GetValue  
OnDeserialization Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, String)
Remove Removes the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
Serialize  
SetDate  
SetLong  
SetValue  
TryGetValue Gets the value associated with the specified key.
(Inherited from DictionaryString, String)

See Also