CodeMemberMethod::ReturnType Property
.NET Framework (current version)
Gets or sets the data type of the return value of the method.
Assembly: System (in System.dll)
public: property CodeTypeReference^ ReturnType { CodeTypeReference^ get(); void set(CodeTypeReference^ value); }
Property Value
Type: System.CodeDom::CodeTypeReference^A CodeTypeReference that indicates the data type of the value returned by the method.
.NET Framework
Available since 1.1
Available since 1.1
Show: