GetDistinctChildren(IAggregatable, ChildVisitorOptions)
Gets a list of distinct children of a specified parent object.
Declaration
public static HashSet<object> GetDistinctChildren(this IAggregatable parent, ChildVisitorOptions options = ChildVisitorOptions.None)
Parameters
Type | Name | Description |
---|---|---|
IAggregatable | parent | The parent object. |
ChildVisitorOptions | options | Options. |
Returns
Type | Description |
---|---|
HashSet<object> |