NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DelegateTypeInfo.ReturnType

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;

Property Value

An ICodeClass object representing the return type of the delegate.

See Also

DelegateTypeInfo Class | DelegateTypeInfo Members | System.ComponentModel.Design.CodeModel Namespace