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

◆ Create< T >() [2/3]

static ImmutableList< T > System.Collections.Immutable.ImmutableList< T >.Create< T > ( params T[] items)
inlinestatic

Definition at line 28 of file ImmutableList.cs.

29 {
30 return ImmutableList<T>.Empty.AddRange(items);
31 }
void AddRange(IEnumerable< KeyValuePair< TKey, TValue > > collection)

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