ICodeReference Interface |
Represents a reference between two declarations.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface ICodeReference
The ICodeReference type exposes the following members.
Name | Description | |
---|---|---|
ReferencedDeclaration |
Gets the declaration referenced by the other.
| |
ReferenceKind |
Gets the kind of code reference.
| |
ReferencingDeclaration |
Gets the declaration referencing the other.
|