AggregatableExtensions.GetDistinctChildren Method |
Gets a list of distinct children of a specified parent object.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.9.1.0 (6.9.1.0)
C#
public static HashSet<Object> GetDistinctChildren( this IAggregatable parent, ChildVisitorOptions options = ChildVisitorOptions.None )
Parameters
- parent
- Type: PostSharp.Patterns.Model.IAggregatable
The parent object. - options (Optional)
- Type: PostSharp.Patterns.Model.ChildVisitorOptions
Options.