Class TypeInheritanceCodeReference
Represents a inheritance relationship between two types.
Implements
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public sealed class TypeInheritanceCodeReference : Object, 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. |
Explicit Interface Implementations
Name | Description |
---|---|
ICodeReference.ReferencedDeclaration | |
ICodeReference.ReferenceKind | |
ICodeReference.ReferencingDeclaration |