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

◆ Create< TSource >() [4/4]

static OrderablePartitioner< TSource > System.Collections.Concurrent.Partitioner< TSource >.Create< TSource > ( TSource[] array,
bool loadBalance )
inlinestaticinherited

Definition at line 781 of file Partitioner.cs.

782 {
783 if (array == null)
784 {
785 throw new ArgumentNullException("array");
786 }
787 if (loadBalance)
788 {
790 }
792 }

References System.array.