In This Article

ITypeResolverResult Interface

Provides the base requirements of a type result from an IResolver resolution operation.

public interface ITypeResolverResult : IResolverResult

Properties

TypeIsBaseTypeReference

Gets whether the type is from a base type reference (e.g. C# 'base' keyword).

bool TypeIsBaseTypeReference { get; }

Property Value

Boolean:

true if the type is from a base type reference; otherwise, false.

Inherited Members