Defines the semantics of an object that can be visited.
Namespace:
PostSharp.CollectionsAssembly: PostSharp.Core (in PostSharp.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IVisitable(Of T) |
| C# |
|---|
public interface IVisitable<T> |
| Visual C++ |
|---|
generic<typename T> public interface class IVisitable |
Type Parameters
- T
- Type of items that should be visited.