Table of Contents

Field SourceFunc

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.