StackFrameInfo.PreContextLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The line preceeding the frame line
public:
property int PreContextLine { int get(); void set(int value); };
public int PreContextLine { get; set; }
member this.PreContextLine : int with get, set
Public Property PreContextLine As Integer