Metalama//API Documentation/Introspection API/Metalama.​Framework.​Introspection/IIntrospection­Aspect­Predecessor/Predecessors
Open sandboxFocus

Property Predecessors

Predecessors

Gets the list of objects that have caused the current aspect instance (but not any instance in the SecondaryInstances list) to be created.

Declaration
ImmutableArray<IntrospectionAspectRelationship> Predecessors { get; }
Property Value
Type Description
ImmutableArray<IntrospectionAspectRelationship>
See Also