MethodType.ParameterList Method

Definition

Presents the parameter types as a list (a convenience method).

[Android.Runtime.Register("parameterList", "()Ljava/util/List;", "", ApiSince=26)]
public System.Collections.Generic.IList<Java.Lang.Class>? ParameterList ();
[<Android.Runtime.Register("parameterList", "()Ljava/util/List;", "", ApiSince=26)>]
member this.ParameterList : unit -> System.Collections.Generic.IList<Java.Lang.Class>

Returns

the parameter types (as an immutable list)

Attributes

Remarks

Presents the parameter types as a list (a convenience method). The list will be immutable.

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

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