Interface ITypeVisitor
Interface used to receive a visitation callbacks for a specific type.
Namespace: Unity.Properties
Syntax
public interface ITypeVisitor
Methods
Visit<TContainer>()
Implement this method to accept visitation for container type.
Declaration
void Visit<TContainer>()
Type Parameters
| Name | Description |
|---|---|
| TContainer | The container type. |