NullTransformationInstance.Dependencies Property |
Gets the set of dependencies attached to the current object. The current object is the left member of all dependencies.
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public IList<AspectDependency> Dependencies { get; }