Represents a lexical scope within IsymMethod, providing access to the start and end offsets of the scope, as well as its child and parent scopes.
ISymbolScope
[Visual Basic] Public Interface ISymbolScope [C#] public interface ISymbolScope [C++] public __gc __interface ISymbolScope
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
The interface also provides access to all the locals defined within the current scope.
Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib.dll
ISymbolScope Members | System.Diagnostics.SymbolStore Namespace