Represents a inheritance relationship between two types.
Implements
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class TypeInheritanceCodeReference : ICodeReference
Properties
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. |