Click or drag to resize

Resolver Properties

The Resolver type exposes the following members.

Properties
  NameDescription
Public propertyHasCompleteMatch
True if a complete match has been found.
Public propertyIsDocCodeRefToMethod
Returns true if the reference being resolved is in a DocCodeRefBase and has a Method category.
Public propertyIsGenericTypeOrConstructor
Returns true if the reference being resolved has type arguments and is for a type or constructor, otherwise false.
Public propertyIsMethodCategory
True if we are looking for a method.
Public propertyResolveCategory
The ResolveCategory for the resolve attempt.
Public propertyResolveFlags
The ResolveFlags for the resolve attempt.
Public propertyTypeArgumentCount
The number of type arguments on the UnresolvedRef being resolved.
Public propertyUnresolvedRef
The UnresolvedRef being resolved.
Top
See Also