Table of Contents

Class DelayedEnumerable<T>

Namespace
ChartTools.Extensions.Collections
Assembly
ChartTools.dll
public class DelayedEnumerable<T> : IEnumerable<T>, IEnumerable

Type Parameters

T
Inheritance
DelayedEnumerable<T>
Implements
Inherited Members
Extension Methods

Properties

AwaitingItems

true if there are more items to be received

public bool AwaitingItems { get; }

Property Value

bool

Methods

EnumerateSynchronously()

public IEnumerable<T> EnumerateSynchronously()

Returns

IEnumerable<T>

GetEnumerator()

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>