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
typeMetadataAttributeTypeInfo<T>
Type Parameters
T