PostSharpAPI ReferencePost­Sharp.​Patterns.​Dynamic­AdvisingIDynamically­AdvisableUnadvise
Open sandboxFocus

IDynamicallyAdvisable.Unadvise Method

Unadvise(Type)

Removes an advice from the object.

Declaration
bool Unadvise(Type type)
Parameters
Type Name Description
System.Type type

The advice type identity.

Returns
Type Description
Boolean

true if the advice was removed, false if it was not present.