FrameIT
DictionaryExtensions Class Reference

Static Public Member Functions

static Dictionary< V, K > ReverseKeyVal< K, V > (this IReadOnlyDictionary< K, V > source)
 
static Dictionary< V, K > ReverseKeyValInto< K, V > (this IReadOnlyDictionary< K, V > source, Dictionary< V, K > target)
 
static bool TryAddAllFrom< K, V > (this Dictionary< K, V > target, IReadOnlyDictionary< K, V > source)
 

Member Function Documentation

◆ ReverseKeyVal< K, V >()

static Dictionary< V, K > DictionaryExtensions.ReverseKeyVal< K, V > ( this IReadOnlyDictionary< K, V >  source)
static

◆ ReverseKeyValInto< K, V >()

static Dictionary< V, K > DictionaryExtensions.ReverseKeyValInto< K, V > ( this IReadOnlyDictionary< K, V >  source,
Dictionary< V, K >  target 
)
static

◆ TryAddAllFrom< K, V >()

static bool DictionaryExtensions.TryAddAllFrom< K, V > ( this Dictionary< K, V >  target,
IReadOnlyDictionary< K, V >  source 
)
static

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