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

◆ Create() [4/4]

static OrderablePartitioner< Tuple< long, long > > System.Collections.Concurrent.Partitioner< TSource >.Create ( long fromInclusive,
long toExclusive,
long rangeSize )
inlinestaticinherited

Definition at line 827 of file Partitioner.cs.

828 {
830 {
831 throw new ArgumentOutOfRangeException("toExclusive");
832 }
833 if (rangeSize <= 0)
834 {
835 throw new ArgumentOutOfRangeException("rangeSize");
836 }
838 }
static OrderablePartitioner< Tuple< long, long > > Create(long fromInclusive, long toExclusive)
static IEnumerable< Tuple< long, long > > CreateRanges(long fromInclusive, long toExclusive, long rangeSize)

References System.Collections.Concurrent.Partitioner< TSource >.Create(), and System.Collections.Concurrent.Partitioner< TSource >.CreateRanges().