PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelDisposable­AttributeAdvise
Open sandboxFocus

DisposableAttribute.Advise Method

Advise(Object)

Injects the advice into the child object.

Declaration
protected override bool Advise(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean

true if the children of obj have to be advised as well, false otherwise.

Overrides
AggregatableClientAttribute.Advise(Object)