IResolverResult Interface
Provides the base requirements of a single result from an IResolver resolution operation.
public interface IResolverResult
Properties
Kind
The ResolverResultKind indicating the kind of resolver result.
Name
A name identifying the result.
Type
A ITypeReference indicating the return type.
TypeIsInstance
Indicates whether the return Type reference designates an instance of the type.
bool TypeIsInstance { get; }
Property Value
- bool:
When
false, the reference designates a static type.