Interface IAttributeVisitor<U>
- Namespace
- The.Attributes
- Assembly
- Instagile.dll
Generic visitor which behaves like a higher-kinded Func<T, TResult> for any T.
public interface IAttributeVisitor<U>
Type Parameters
U
Methods
Visit<T>(AttributeTypeInfo<T>)
U Visit<T>(AttributeTypeInfo<T> typeMetadata)
Parameters
typeMetadataAttributeTypeInfo<T>
Returns
- U
Type Parameters
T