CodeTypeDelegate.ReturnType Property

Definition

Gets or sets the return type of the delegate.

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 return type of the delegate.

Applies to