MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsIAspect­PredecessorPredecessors
Open sandboxFocus

IAspectPredecessor.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. The ordering of this list is undetermined.

Declaration
ImmutableArray<AspectPredecessor> Predecessors { get; }
Property Value
Type Description
System.Collections.Immutable.ImmutableArray<AspectPredecessor>
See Also