AspectWeaver.Dependencies 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 the element of code to which this aspect is applied.
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 Dependencies { get; }