Table of Contents

Interface IVisitor

Namespace
The.Entities
Assembly
Instagile.dll

Generic visitor which behaves like a higher-kinded Action<T> for any T : IEntity.

public interface IVisitor

Methods

Visit<T>()

void Visit<T>() where T : IEntity<T>

Type Parameters

T