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: 6.9.11.0 (6.9.11.0)
C#
ReadOnlySinglyLinkedList<ISequenceExpression> Predecessors { get; }