BuildResult.CircularDependency Property

Definition

Returns a flag indicating if a circular dependency was detected.

public:
 property bool CircularDependency { bool get(); };
public bool CircularDependency { get; }
public bool CircularDependency { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.CircularDependency : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.CircularDependency : bool
Public ReadOnly Property CircularDependency As Boolean

Property Value

true if a circular dependency was detected; otherwise, false.

Attributes

Applies to