IDynamicallyAdvisable.Unadvise Method |
Removes an advice from the object.
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.19.0 (6.5.19.0)
C#
bool Unadvise( Type type )
Parameters
- type
- Type: System.Type
The advice type identity.
Return Value
Type: Booleantrue if the advice was removed, false if it was not present.