Property | Type | Description | |
---|---|---|---|
can_move_next | bool | ||
is_complete | bool |
Method | Description | |
---|---|---|
Coroutine ( ) : System | ||
YieldComplete ( object return_value = null ) : object | ||
YieldFrom ( |
||
next ( object in_value = null ) : object | ||
process ( ) : IEnumerable |
public YieldComplete ( object return_value = null ) : object | ||
return_value | object | |
return | object |
public YieldFrom ( |
||
coroutine | ||
sub_input | object | |
return | object |