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: 2023.0.3.0 (2023.0.3.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).