System.Collections.Concurrent.Partitioner<TSource>.SupportsDynamicPartitions Property

Gets whether additional partitions can be created dynamically.

Syntax

public virtual bool SupportsDynamicPartitions { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If a derived class does not override and implement Partitioner`1.GetDynamicPartitions, Partitioner`1.SupportsDynamicPartitions should return false. The value of Partitioner`1.SupportsDynamicPartitions should not vary over the lifetime of this instance. For more information, see Custom Partitioners for PLINQ and TPL.

Requirements

Namespace: System.Collections.Concurrent
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0