Custom effect (implemented in an aspect advice). All advices have this effect by default, unless they are annotated by WaiveAspectEffectAttribute.
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp.dll
Syntax
public const string Custom = "Custom"
Returns
Type | Description |
---|---|
string | Custom effect (implemented in an aspect advice). All advices have this effect by default, unless they are annotated by . |