Table of Contents

Interface IEnumerableExtension

Namespace
MASES.JCOBridge.C2JBridge
Assembly
C2JBridge.dll

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

IConverterBridge

ThreadPriority

Set the ThreadPriority to use when UseThread is true

ThreadPriority ThreadPriority { get; set; }

Property Value

ThreadPriority

UsePrefetch

bool UsePrefetch { get; set; }

Property Value

bool

UseThread

Set to true to allocate a Thread, false to use ThreadPool

bool UseThread { get; set; }

Property Value

bool