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

◆ GetDynamicPartitions()

virtual IEnumerable< TSource > System.Collections.Concurrent.Partitioner< TSource >.GetDynamicPartitions ( )
inlinevirtual

Reimplemented in System.Collections.Concurrent.OrderablePartitioner< TSource >.

Definition at line 13 of file Partitioner.cs.

14 {
15 throw new NotSupportedException(System.SR.Partitioner_DynamicPartitionsNotSupported);
16 }
static string Partitioner_DynamicPartitionsNotSupported
Definition SR.cs:86
Definition SR.cs:7

References System.SR.Partitioner_DynamicPartitionsNotSupported.