AggregatableExtensions Class |
Provides extension methods to the IAggregatable interface.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public static class AggregatableExtensions
The AggregatableExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetChildren |
Gets the list of children of a specified parent object.
| |
GetDistinctChildren |
Gets a list of distinct children of a specified parent object.
| |
IsDescendantOf |
Determines whether a specified object is a descendant of a specified ancestor.
| |
VisitSelfAndDescendants |
Executes a ChildVisitor for the a specified parent object and all its descendants.
|