IErrorTypeSymbol.CandidateReason Property

Definition

If CandidateSymbols returns one or more symbols, returns the reason that those symbols were not chosen. Otherwise, returns None.

public:
 property Microsoft::CodeAnalysis::CandidateReason CandidateReason { Microsoft::CodeAnalysis::CandidateReason get(); };
public Microsoft.CodeAnalysis.CandidateReason CandidateReason { get; }
member this.CandidateReason : Microsoft.CodeAnalysis.CandidateReason
Public ReadOnly Property CandidateReason As CandidateReason

Property Value

Applies to