Share via


MethodType.ReturnType Method

Definition

Returns the return type of this method type.

[Android.Runtime.Register("returnType", "()Ljava/lang/Class;", "", ApiSince=26)]
public Java.Lang.Class? ReturnType ();
[<Android.Runtime.Register("returnType", "()Ljava/lang/Class;", "", ApiSince=26)>]
member this.ReturnType : unit -> Java.Lang.Class

Returns

the return type

Attributes

Remarks

Returns the return type of this method type.

Java documentation for java.lang.invoke.MethodType.returnType().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to