Gets the return type of the method.
[Visual Basic] Function GetReturnType() As ICodeClass [C#] ICodeClass GetReturnType(); [C++] ICodeClass* GetReturnType() = 0; [JScript] function GetReturnType() : ICodeClass;
An ICodeClass object representing the return type of the method.
ICodeMethod Interface | ICodeMethod Members | System.ComponentModel.Design.CodeModel Namespace