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

◆ CreateRange< T >()

Definition at line 23 of file ImmutableList.cs.

24 {
25 return ImmutableList<T>.Empty.AddRange(items);
26 }
void AddRange(IEnumerable< KeyValuePair< TKey, TValue > > collection)

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