Retrieves the Type of this method's return value.
[Visual Basic] Overridable Public ReadOnly Property ReturnType As Type [C#] public Type ReturnType {override get;} [C++] public: __property virtual Type* get_ReturnType(); [JScript] public function get ReturnType() : Type;
Read-only. The Type of object this method returns.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace