CodeMemberMethod.ReturnType Property

Definition

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

public:
 property System::CodeDom::CodeTypeReference ^ ReturnType { System::CodeDom::CodeTypeReference ^ get(); void set(System::CodeDom::CodeTypeReference ^ value); };
public System.CodeDom.CodeTypeReference ReturnType { get; set; }
member this.ReturnType : System.CodeDom.CodeTypeReference with get, set
Public Property ReturnType As CodeTypeReference

Property Value

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

Applies to