AggregatableClientAttribute.IsEligibleChild Method |
Determines if an object is eligible to be a child of the target instance of the current aspect.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 5.0.55.0 (5.0.55.0)

C#
protected abstract bool IsEligibleChild( Object child, ChildInfo childInfo )
Parameters
- child
- Type: System.Object
- childInfo
- Type: PostSharp.Patterns.Model.ChildInfo
Return Value
Type: Booleantrue if child is eligible to be a child without injecting any advice, otherwise false. When this method returns false, the aspect will the invoke the Advise(Object) method.
