Namespace Unity.Properties.Adapters
Interfaces
IExclude
Implement this interface to filter visitation.
IExclude<TValue>
Implement this interface to filter visitation for a specific
IExclude<TContainer, TValue>
Implement this interface to filter visitation for a specific
IVisit
Implement this interface to handle visitation for all properties.
IVisit<TValue>
Implement this interface to intercept the visitation for a specific
IVisit<TContainer, TValue>
Implement this interface to intercept the visitation for a specific
IVisitPrimitives
Implement this interface to intercept the visitation of any primitive type.