AggregatableClientAttribute.IsEligibleChild Method |
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.5.15.0 (6.5.15.0)
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.