Click or drag to resize

Coroutine Constructor (FuncTask)

Namespace:  Buddy.Coroutines
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Coroutine(
	Func<Task> taskProducer
)

Parameters

taskProducer
Type: SystemFuncTask
See Also