Interface for yielding elements to enumerator.
            
 
Namespace: System.LinqAssembly: System.Interactive (in System.Interactive.dll) Version: 1.2.0.0
 Syntax
Syntaxpublic interface IYielder<in T>
Type Parameters
- T
- Type of the elements yielded to an enumerator.
The IYielderT type exposes the following members.
 Methods
Methods|  | Name | Description | 
|---|
|  | Break | 
            Stops the enumeration.
             | 
|  | Return | 
            Yields a value to the enumerator.
             | 
Top See Also
See Also