Gets the namespace that the current method is defined within.
[Visual Basic] Function GetNamespace() As ISymbolNamespace [C#] ISymbolNamespace GetNamespace(); [C++] ISymbolNamespace* GetNamespace() = 0; [JScript] function GetNamespace() : ISymbolNamespace;
The namespace that the current method is defined within.
ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace