Gets the method that contains the current lexical scope.
[Visual Basic] ReadOnly Property Method As ISymbolMethod [C#] ISymbolMethod Method {get;} [C++] ISymbolMethod* get_Method() = 0; [JScript] abstract function get Method() : ISymbolMethod;
The method that contains the current lexical scope.
ISymbolScope Interface | ISymbolScope Members | System.Diagnostics.SymbolStore Namespace