Closes the current lexical scope.
[Visual Basic] Sub CloseScope( _ ByVal endOffset As Integer _ ) [C#] void CloseScope( int endOffset ); [C++] void CloseScope( int endOffset ) = 0; [JScript] function CloseScope( endOffset : int );
Once a scope is closed, no more variables can be defined within it.
ISymbolWriter Interface | ISymbolWriter Members | System.Diagnostics.SymbolStore Namespace