Table of Contents

Interface IAttributeVisitor

Namespace
The.Attributes
Assembly
Instagile.dll

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

public interface IAttributeVisitor

Methods

Visit<T>(AttributeTypeInfo<T>)

void Visit<T>(AttributeTypeInfo<T> typeMetadata)

Parameters

typeMetadata AttributeTypeInfo<T>

Type Parameters

T