NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ILGenerator.EndScope

Ends a lexical scope.

[Visual Basic]
Overridable Public Sub EndScope()
[C#]
public virtual void EndScope();
[C++]
public: virtual void EndScope();
[JScript]
public function EndScope();

Remarks

This method is used to emit symbolic information.

See Also

ILGenerator Class | ILGenerator Members | System.Reflection.Emit Namespace