Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

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

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

Definition at line 27 of file ImmutableSortedDictionary.cs.

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

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