KeyValuePair<(Of <(<'TKey, TValue>)>)> Class
Defines a key/value pair that can be set or retrieved.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class KeyValuePair<TKey, TValue> : IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class KeyValuePair(Of TKey, TValue) _ Implements IBridgeClass
[ExternalAttribute] [NamespaceAttribute] generic<typename TKey, typename TValue> public ref class KeyValuePair : IBridgeClass
Type Parameters
- TKey
- The type of the key.
- TValue
- The type of the value.
Inheritance Hierarchy
System.Collections.Generic..::..KeyValuePair<(Of <(<'TKey, TValue>)>)>