AspectWeaver.TypeLevelDependencies Property |
Gets the collection of dependencies (AspectDependency) of the current aspect type
(where dependency objects of the current aspect weaver occupy the left position of the relationship),
for dependency objects that apply on type declaring the element of code to which this aspect is applied.
If the aspect is not applied to a type member (or a parameter of a type member), this property is equal to
Dependencies.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public AspectDependencyCollection TypeLevelDependencies { get; }