The KeyValuePair class implements a strongly typed and immutable key-value pair.
Once a KeyValuePair instance has been constructed, the values can only be retrieved not set.
KeyValuePair
Readonly
The KeyValuePair class implements a strongly typed and immutable key-value pair.
Note
Once a
KeyValuePairinstance has been constructed, the values can only be retrieved not set.