Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ CreateRange< TKey, TValue >() [1/3]

static ImmutableDictionary< TKey, TValue > System.Collections.Immutable.ImmutableDictionary< TKey, TValue >.CreateRange< TKey, TValue > ( IEnumerable< KeyValuePair< TKey, TValue > > items)
inlinestatic
Type Constraints
TKey :notnull 

Definition at line 26 of file ImmutableDictionary.cs.

26 : notnull
27 {
29 }
void AddRange(IEnumerable< KeyValuePair< TKey, TValue > > collection)

References System.Collections.Generic.Dictionary< TKey, TValue >.AddRange().