Provides the base requirements of a type result from an IResolver resolution operation.
Properties
TypeIsBaseTypeReference
Gets whether the type is from a base type reference (e.g. C# 'base' keyword).
Property Value
- bool:
true
if the type is from a base type reference; otherwise,false
.