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

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