• Ignores all elements in an iterable sequence leaving only the termination messages.

    Type Parameters

    • TSource

      The type of the elements in the source sequence

    Returns MonoTypeOperatorFunction<TSource>

    An operator that returns an empty iterable sequence that signals termination, successful or exceptional, of the source sequence.

Generated using TypeDoc