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