TypeInheritanceCodeReference Class |
Represents a inheritance relationship between two types.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.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.
|