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

◆ ToImmutableList< TSource >() [1/2]

static ImmutableList< TSource > System.Collections.Immutable.ImmutableList< T >.ToImmutableList< TSource > ( this IEnumerable< TSource > source)
inlinestatic

Definition at line 38 of file ImmutableList.cs.

39 {
41 {
42 return result;
43 }
45 }
void AddRange(IEnumerable< KeyValuePair< TKey, TValue > > collection)

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