PostSharp / / API Reference / Post­Sharp.​Patterns.​Model / Aggregatable­Extensions / Visit­Self­And­Descendants

Method VisitSelfAndDescendants

VisitSelfAndDescendants(IAggregatable, DescendantVisitor, ChildVisitorOptions, Object)

Declaration
public static bool VisitSelfAndDescendants(this IAggregatable parent, DescendantVisitor visitor, ChildVisitorOptions options, object state = null)
Parameters
Type Name Description
IAggregatable parent
DescendantVisitor visitor
ChildVisitorOptions options
Object state
Returns
Type Description
Boolean