Share via


ITypeDescriptor.IOfMethod.ParameterList Method

Definition

Return an immutable list of field descriptors for the parameter types of the method type described by this descriptor

[Android.Runtime.Register("parameterList", "()Ljava/util/List;", "GetParameterListHandler:Java.Lang.Invoke.ITypeDescriptor/IOfMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public System.Collections.IList? ParameterList ();
[<Android.Runtime.Register("parameterList", "()Ljava/util/List;", "GetParameterListHandler:Java.Lang.Invoke.ITypeDescriptor/IOfMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member ParameterList : unit -> System.Collections.IList

Returns

field descriptors for the parameter types

Attributes

Remarks

Return an immutable list of field descriptors for the parameter types of the method type described by this descriptor

Java documentation for java.lang.invoke.TypeDescriptor.OfMethod.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