Field SourceFunc
Gets or sets the function which provides the IEnumerable<T> instance which is "yield" constructed in the another thread.
public Func<IEnumerable<TSource>> SourceFunc
Returns
- Func<IEnumerable<TSource>>
- Gets or sets the function which provides the instance which is "yield" constructed in the another thread.