Gets the data type of the return value.
[Visual Basic] Function GetReturnValueType() As ICodeClass [C#] ICodeClass GetReturnValueType(); [C++] ICodeClass* GetReturnValueType() = 0; [JScript] function GetReturnValueType() : ICodeClass;
An ICodeClass that represents the data type of the return value.
The parameter type will be used in the declaration of a property or method, or used for strong type conversion in method invokes.
ICodeReturnValueStatement Interface | ICodeReturnValueStatement Members | System.ComponentModel.Design.CodeModel Namespace