MethodType.ParameterArray Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.