Dictionary<(Of <(<'TKey, TValue>)>)> Class
Namespace:
System.Collections.Generic
Assembly: Bridge (in Bridge.dll)
System..::..Object
System.Collections.Generic..::..Dictionary<(Of <(<'TKey, TValue>)>)>
Assembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class Dictionary<TKey, TValue> : IDictionary<TKey, TValue>, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class Dictionary(Of TKey, TValue) _ Implements IDictionary(Of TKey, TValue), IBridgeClass
[ExternalAttribute] [NamespaceAttribute] generic<typename TKey, typename TValue> public ref class Dictionary : IDictionary<TKey, TValue>, IBridgeClass
Type Parameters
- TKey
- TValue
Inheritance Hierarchy
System.Collections.Generic..::..Dictionary<(Of <(<'TKey, TValue>)>)>