IDictionary<(Of <(<'TKey, TValue>)>)> Interface
Represents a generic collection of key/value pairs.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public interface IDictionary<TKey, TValue> : IEnumerable<KeyValuePair<TKey, TValue>>, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Interface IDictionary(Of TKey, TValue) _ Inherits IEnumerable(Of KeyValuePair(Of TKey, TValue)), _ IBridgeClass
[ExternalAttribute] [NamespaceAttribute] generic<typename TKey, typename TValue> public interface class IDictionary : IEnumerable<KeyValuePair<TKey, TValue>^>, IBridgeClass
Type Parameters
- TKey
- The type of keys in the dictionary.
- TValue
- The type of values in the dictionary.