Retrieves the Type of this constructor's return value.
[Visual Basic] Public ReadOnly Property ReturnType As Type [C#] public Type ReturnType {get;} [C++] public: __property Type* get_ReturnType(); [JScript] public function get ReturnType() : Type;
Returns the Type of this constructor's return value.
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace