Yields a value to the enumerator.
            
 
Namespace: System.LinqAssembly: System.Interactive (in System.Interactive.dll) Version: 1.2.0.0
 Syntax
SyntaxIAwaitable Return(
	T value
)
Parameters
- value
- Type: T
 Value to yield return.
Return Value
Type: 
IAwaitableAwaitable object for use in an asynchronous method.
 See Also
See Also