TypeInheritanceCodeReference Class |
Represents a inheritance relationship between two types.

Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public sealed class TypeInheritanceCodeReference : ICodeReference
The TypeInheritanceCodeReference type exposes the following members.

Name | Description | |
---|---|---|
![]() | BaseType |
Gets the base type. If the base type is a generic type, this property contains
a generic type instance.
|
![]() | DerivedType |
Gets the derived type.
|
