Share via


StructKeyValuePair<K,V> Struct

Definition

generic <typename K, typename V>
public value class StructKeyValuePair
[System.Serializable]
public struct StructKeyValuePair<K,V>
[<System.Serializable>]
type StructKeyValuePair<'K, 'V> = struct
Public Structure StructKeyValuePair(Of K, V)

Type Parameters

K

V

Inheritance
StructKeyValuePair<K,V>
Attributes

Constructors

StructKeyValuePair<K,V>(K, V)

Properties

Key
Value

Applies to