The return type of the delegate.
[Visual Basic] Public ReadOnly Property ReturnType As ICodeClass [C#] public ICodeClass ReturnType {get;} [C++] public: __property ICodeClass* get_ReturnType(); [JScript] public function get ReturnType() : ICodeClass;
An ICodeClass object representing the return type of the delegate.
DelegateTypeInfo Class | DelegateTypeInfo Members | System.ComponentModel.Design.CodeModel Namespace