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

◆ Create() [2/4]

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

Definition at line 883 of file Partitioner.cs.

884 {
886 {
887 throw new ArgumentOutOfRangeException("toExclusive");
888 }
889 if (rangeSize <= 0)
890 {
891 throw new ArgumentOutOfRangeException("rangeSize");
892 }
894 }
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().