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 Members

Properties

Item When implemented by a class, retrieves the IDictionary value with the specified key.

In C#, this member is the indexer for the IDictionary class.

Keys When implemented by a class, retrieves an ICollection containing the keys of the IDictionary.
Values When implemented by a class, retrieves an ICollection of the values in the IDictionary.

Methods

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