Class DelayedEnumerable<T>
- Namespace
- ChartTools.Extensions.Collections
- Assembly
- ChartTools.dll
public class DelayedEnumerable<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
- Inheritance
-
DelayedEnumerable<T>
- Implements
-
IEnumerable<T>
- Inherited Members
- Extension Methods
Properties
AwaitingItems
true if there are more items to be received
public bool AwaitingItems { get; }
Property Value
Methods
EnumerateSynchronously()
public IEnumerable<T> EnumerateSynchronously()
Returns
- IEnumerable<T>
GetEnumerator()
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>