The method that returns the value represented by this code statement.
[Visual Basic] ReadOnly Property Method As ICodeMethod [C#] ICodeMethod Method {get;} [C++] ICodeMethod* get_Method() = 0; [JScript] abstract function get Method() : ICodeMethod;
An ICodeMethod that represents this code statement.
ICodeReturnValueStatement Interface | ICodeReturnValueStatement Members | System.ComponentModel.Design.CodeModel Namespace