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

◆ CreateRange< T >() [2/2]

static ImmutableSortedSet< T > System.Collections.Immutable.ImmutableSortedSet< T >.CreateRange< T > ( IEnumerable< T > items)
inlinestatic

Definition at line 32 of file ImmutableSortedSet.cs.

33 {
34 return ImmutableSortedSet<T>.Empty.Union(items);
35 }