MethodType.ParameterArray Method

Definition

Presents the parameter types as an array (a convenience method).

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

Returns

Class[]

the parameter types (as a fresh copy if necessary)

Attributes

Remarks

Presents the parameter types as an array (a convenience method). Changes to the array will not result in changes to the type.

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

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