Click or drag to resize

MatchCandidates Properties

The MatchCandidates type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from ListMatchCandidate.)
Public propertyCount
Gets the number of elements contained in the ListT.
(Inherited from ListMatchCandidate.)
Public propertyHasDynamicTypedParameters
True if the UnresolvedRef being matched is a method invocation and at least one argument has a dynamic type.
Public propertyIsCategoryMatch
True if the types of the matching objects are valid for the target category.
Public propertyIsCompleteMatch
True if the matches are complete (any type and parameter arguments and static mode also match).
Public propertyIsMethodGroup
True if the matched objects represent one or more methods.
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ListMatchCandidate.)
Top
See Also