Table of Contents
Extensions for normal System Dictionaries
public static class DictionaryExt
Inheritance System.Object DictionaryExt
Get all of the values from this Dictionary as a list
public static System.Collections.Generic.List<TValue> GetValues<TKey,TValue>(this System.Collections.Generic.Dictionary<TKey,TValue> keyValuePairs)
where TKey : notnull;
TKey
TValue
keyValuePairs
System.Collections.Generic.Dictionary<TKey,TValue>