NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDictionary Methods

The methods of the IDictionary interface are listed below. For a complete list of IDictionary interface members, see the IDictionary Members topic.

Add When implemented by a class, adds an entry with the provided key and value into the IDictionary.
Clear When implemented by a class, removes all entries from the IDictionary.
Contains When implemented by a class, determines whether the IDictionary contains an entry with the specified key.
GetEnumerator When implemented by a class, returns an IEnumerator for the IDictionary.
Remove When implemented by a class, removes the entry with the specified key from the IDictionary.

See Also

IDictionary Interface | System.Collections Namespace