Share via


RenderTreeFrame.Sequence Property

Definition

Gets the sequence number of the frame. Sequence numbers indicate the relative source positions of the instructions that inserted the frames. Sequence numbers are only comparable within the same sequence (typically, the same source method).

public:
 property int Sequence { int get(); };
public int Sequence { get; }
member this.Sequence : int
Public ReadOnly Property Sequence As Integer

Property Value

Applies to