Interface IVisitor NamespaceThe.Entities AssemblyInstagile.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