Skip to Main Content

BTD_Mod_Helper​.Extensions​.DictionaryExt


BloonsTD6 Mod Helper

BTD_Mod_Helper.Extensions

DictionaryExt Class

Extensions for normal System Dictionaries

public static class DictionaryExt

Inheritance System.Object  DictionaryExt

Methods

DictionaryExt.GetValues<TKey,TValue>(this Dictionary<TKey,TValue>) Method

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;

Type parameters

TKey

TValue

Parameters

keyValuePairs System.Collections.Generic.Dictionary<TKey,TValue>

Returns

System.Collections.Generic.List<TValue>

To learn how to download BTD Mod Helper and install mods, click here