AggregatableClientAttribute.Advise Method |
Injects the advice into the child object.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.8.6.0 (6.8.6.0)

C#
protected abstract bool Advise( Object obj )
Parameters
- obj
- Type: System.Object
Return Value
Type: Booleantrue if the children of obj have to be advised as well, false otherwise.
