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!

ISymbolWriter.CloseMethod

Closes the current method.

[Visual Basic]
Sub CloseMethod()
[C#]
void CloseMethod();
[C++]
void CloseMethod() = 0;
[JScript]
function CloseMethod();

Remarks

Once a method is closed, no more symbols can be defined within it.

See Also

ISymbolWriter Interface | ISymbolWriter Members | System.Diagnostics.SymbolStore Namespace