ISequenceExpression.Predecessors Property |
Gets the list of sequences that can branch to the current sequence.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
ReadOnlySinglyLinkedList<ISequenceExpression> Predecessors { get; }