MetalamaAPI documentationIntrospection APIMetalama.​Framework.​IntrospectionIIntrospection­Aspect­PredecessorPredecessors
Open sandboxFocus

IIntrospectionAspectPredecessor.Predecessors Property

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