Click or drag to resize

KeyValuePairK, V Structure

Serializable Key Value Pair struct

Namespace:  SavegamePro
Assembly:  SavegameProDLL (in SavegameProDLL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public struct KeyValuePair<K, V>

Type Parameters

K
V

The KeyValuePairK, V type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyKey
Key of this KeyValuePair
Public propertyValue
Value of this KeyValuePair
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also