Click or drag to resize

MatchCandidate Properties

The MatchCandidate type exposes the following members.

Properties
  NameDescription
Public propertyIsCompleteMatch
True if the candidate is a complete match.
Public propertyIsInterface
True if the object is an interface.
Public propertyIsMethod
True if the object is a method (does NOT include constructors or destructors).
Public propertyIsType
True if the object is a type.
Public propertyTypeArgumentInferenceFailed
True if type inference is needed for the candidate, but has not succeeded yet.
Top
See Also