PostSharpAPI ReferencePost­Sharp.​Patterns.​Dynamic­AdvisingDynamic­AdviceDispose
Open sandboxFocus

DynamicAdvice.Dispose Method

Dispose()

Disposes the current advice. // We don't use IDisposable so that advises are not be cast to IDisposable by default.

Declaration
public virtual void Dispose()
Implements
IDynamicAdvice.Dispose()