Table of Contents

Interface IVisitor<U>

Namespace
The.Entities
Assembly
Instagile.dll

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

public interface IVisitor<U>

Type Parameters

U

Methods

Visit<T>()

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

Returns

U

Type Parameters

T