AspectTypeDependencyAttribute Constructor (AspectDependencyAction, Type) |
Initializes a new AspectTypeDependencyAttribute without specifying the position,
implicitly set to Any.
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public AspectTypeDependencyAttribute( AspectDependencyAction action, Type aspectType )
Parameters
- action
- Type: PostSharp.Aspects.Dependencies.AspectDependencyAction
Dependency action. - aspectType
- Type: System.Type
Aspect type (derived from IAspect).