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

◆ Create< T >() [5/6]

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

Definition at line 42 of file ImmutableSortedSet.cs.

43 {
44 return ImmutableSortedSet<T>.Empty.Union(items);
45 }