DependencyObjectTypeDependencyCondition<!0>.FormatCondition Method |
Gets a human-readable string explaining the fact that a dependency object matches
the current condition.
Namespace: PostSharp.Sdk.AspectWeaver.Dependencies
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override string FormatCondition( IAspectDependencyObject right )
Parameters
- right
- Type: PostSharp.Sdk.AspectInfrastructure.IAspectDependencyObject
A dependency object, evaluated in the right member of the condition.
Return Value
Type: StringA human-readable string explain that the object on the left of the string does not match the current condition, where the right member of the condition is right. For instance: "equals <right>\"{0}\""