Open sandboxFocus

Interface IIntrospectionReference

Represents a reference from one declaration to another.

Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public interface IIntrospectionReference
Remarks

To obtain instances of IIntrospectionReference from a declaration, use the extension methods Metalama.Framework.Workspaces.DeclarationExtensions.GetInboundReferences and Metalama.Framework.Workspaces.DeclarationExtensions.GetOutboundReferences.

Properties

Name Description
DestinationDeclaration

Gets the destination declaration of the reference.

Details

Gets the details of the reference.

Kinds

Gets the kinds of references.

OriginDeclaration

Gets the origin declaration of the reference.

Extension Methods

See Also