Defines the semantics of an object that can be visited.

Namespace:  PostSharp.Collections
Assembly:  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.

See Also