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!

ConstructorBuilder.ReturnType

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;

Property Value

Returns the Type of this constructor's return value.

See Also

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