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

Converts dictionary to the api list More...

Inheritance diagram for KlusterKite.API.Client.Converters.DictionaryConverter< TKey, TValue >:

Public Member Functions

IEnumerable< Pair< TKey, TValue > > Convert (object source)
 

Detailed Description

Converts dictionary to the api list

Template Parameters
TKeyThe type of dictionary key
TValueThe type of dictionary value

Definition at line 22 of file DictionaryConverter.cs.

Member Function Documentation

◆ Convert()

IEnumerable<Pair<TKey, TValue> > KlusterKite.API.Client.Converters.DictionaryConverter< TKey, TValue >.Convert ( object  source)

Definition at line 25 of file DictionaryConverter.cs.


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