AspectWeaverPlugIn.BindAspectDependencyAttributeParser<TAttribute, TImpl> Method |
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected void BindAspectDependencyAttributeParser<TAttribute, TImpl>() where TAttribute : AspectDependencyAttribute where TImpl : new(), IAspectDependencyAttributeParser
Type Parameters
- TAttribute
- Dependency custom attribute type (derived from Advice).
- TImpl
- The parser able to process dependencies of type TAttribute.