Represents a reference between two declarations.
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public interface ICodeReferenceProperties
| Name | Description |
|---|---|
| ReferenceKind | Gets the kind of code reference. |
| ReferencedDeclaration | Gets the declaration referenced by the other. |
| ReferencingDeclaration | Gets the declaration referencing the other. |