Interface IEnumerableExtension
Interface used to extend functionalities of IEnumerable
public interface IEnumerableExtension
- Extension Methods
Properties
ConverterBridge
Delegate used for custom conversions
IConverterBridge ConverterBridge { get; set; }
Property Value
ThreadPriority
Set the ThreadPriority to use when UseThread is true
ThreadPriority ThreadPriority { get; set; }
Property Value
UsePrefetch
Set to true to allocate a JVMBridgeBasePrefetchableEnumerator, false for the inline JVMBridgeBaseEnumerator
bool UsePrefetch { get; set; }
Property Value
UseThread
Set to true to allocate a Thread, false to use ThreadPool
bool UseThread { get; set; }