Click or drag to resize
IYielderT Interface
Interface for yielding elements to enumerator.

Namespace: System.Linq
Assembly: System.Interactive (in System.Interactive.dll) Version: 1.2.0.0
Syntax
C#
public interface IYielder<in T>

Type Parameters

T
Type of the elements yielded to an enumerator.

The IYielderT type exposes the following members.

Methods
  NameDescription
Public methodBreak
Stops the enumeration.
Public methodReturn
Yields a value to the enumerator.
Top
See Also