Class DescendantVisitor
Encapsulates a method that is invoked by the VisitSelfAndDescendants(IAggregatable, DescendantVisitor, ChildVisitorOptions, Object) method.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
public sealed class DescendantVisitor : MulticastDelegate
Constructors
Name | Description |
---|---|
DescendantVisitor(Object, IntPtr) |
Methods
Name | Description |
---|---|
BeginInvoke(Object, ChildInfo, Object, AsyncCallback, Object) | |
EndInvoke(IAsyncResult) | |
Invoke(Object, ChildInfo, Object) |