AspectEffectDependencyAttribute Constructor (AspectDependencyAction, String) |
Initializes a new AspectEffectDependencyAttribute without specifying the position,
implicitly set to Any.
Namespace: PostSharp.Aspects.DependenciesAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public AspectEffectDependencyAttribute( AspectDependencyAction action, string effect )
Parameters
- action
- Type: PostSharp.Aspects.Dependencies.AspectDependencyAction
Dependency action. - effect
- Type: System.String
Effect (see StandardEffects).
