KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.API.Client.Converters.Pair< TKey, TValue > Class Template Reference

Represents a dictionary key-value pair More...

Properties

TKey Key [get, set]
 Gets or sets a dictionary key More...
 
TValue Value [get, set]
 Gets or sets a dictionary value More...
 

Detailed Description

Represents a dictionary key-value pair

Template Parameters
TKeyThe type of key
TValueThe type of value

Definition at line 26 of file Pair.cs.

Property Documentation

◆ Key

TKey KlusterKite.API.Client.Converters.Pair< TKey, TValue >.Key
getset

Gets or sets a dictionary key

Definition at line 33 of file Pair.cs.

◆ Value

TValue KlusterKite.API.Client.Converters.Pair< TKey, TValue >.Value
getset

Gets or sets a dictionary value

Definition at line 40 of file Pair.cs.


The documentation for this class was generated from the following file: