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 Properties

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

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.

See Also

IDictionary Interface | System.Collections Namespace