CodeMemberMethod.ReturnType Właściwość

Definicja

Pobiera lub ustawia typ danych zwracanej wartości metody.

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

Wartość właściwości

Element CodeTypeReference wskazujący typ danych wartości zwracanej przez metodę.

Dotyczy