Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ImmutableSortedSetBuilderDebuggerProxy.cs
Go to the documentation of this file.
2
4
6{
8
9 [DebuggerBrowsable(DebuggerBrowsableState.RootHidden)]
10 public T[] Contents => _set.ToArray(_set.Count);
11
13 {
14 Requires.NotNull(builder, "builder");
15 _set = builder;
16 }
17}