Show / Hide Table of Contents

Interface ISubscriptionVisitor

Represents a subscription visitor that visits operator nodes.

Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface ISubscriptionVisitor

Methods

Visit(IOperator)

Visits the specified operator node.

Declaration
void Visit(IOperator node)
Parameters
Type Name Description
IOperator node

Node to apply the visitor to.

In This Article
Back to top Generated by DocFX