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!

MethodBuilder.ReturnType

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;

Property Value

Read-only. The Type of object this method returns.

See Also

MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace