CodeMemberMethod::ReturnType Property

 

Gets or sets the data type of the return value of the method.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeTypeReference^ ReturnType {
	CodeTypeReference^ get();
	void set(CodeTypeReference^ value);
}

Property Value

Type: System.CodeDom::CodeTypeReference^

A CodeTypeReference that indicates the data type of the value returned by the method.

.NET Framework
Available since 1.1
Return to top
Show: