ITypeResolverResult Interface
Provides the base requirements of a type result from an IResolver resolution operation.
public interface ITypeResolverResult : IResolverResultProperties
TypeIsBaseTypeReference
Gets whether the type is from a base type reference (e.g. C# 'base' keyword).
bool TypeIsBaseTypeReference { get; }Property Value
- bool:
- trueif the type is from a base type reference; otherwise,- false.