AspectSpecification.Aspect Property |
Gets the aspect instance.
Namespace: PostSharp.AspectsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public IAspect Aspect { get; }
Property Value
Type: IAspectThe aspect instance, or null if the AspectConfiguration was provided instead.
