PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelIAggregatable­Collection
Open sandboxFocus

IAggregatableCollection Interface

Defines the non-generic semantics of an AggregatableCollection.

Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
public interface IAggregatableCollection : IAttachable, IAggregatable

Properties

Name Description
ItemsRelationship

Gets RelationshipKind of collection items.

Extension Methods

AggregatableExtensions.IsDescendantOf(IAggregatable, Object)
AggregatableExtensions.GetChildren(IAggregatable, ChildVisitorOptions)
AggregatableExtensions.GetDistinctChildren(IAggregatable, ChildVisitorOptions)
AggregatableExtensions.VisitSelfAndDescendants(IAggregatable, DescendantVisitor, ChildVisitorOptions, Object)