Show / Hide Table of Contents

Interface IVisitable<TVisitor>

It can accept a TVisitor!

Namespace: Mangrove.MetricSetSyntaxTree
Assembly: MetricSetSyntaxTree.dll
Syntax
public interface IVisitable<TVisitor>
Type Parameters
Name Description
TVisitor

Methods

View Source

Accept(TVisitor)

Declaration
void Accept(TVisitor visitor)
Parameters
Type Name Description
TVisitor visitor

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX