Gets the start byte offset of the current lexical scope.
[Visual Basic] ReadOnly Property StartOffset As Integer [C#] int StartOffset {get;} [C++] int get_StartOffset() = 0; [JScript] abstract function get StartOffset() : int;
The start byte offset of the current lexical scope.
ISymbolScope Interface | ISymbolScope Members | System.Diagnostics.SymbolStore Namespace