ITypeDescriptor.IOfMethod.ParameterCount Method

Definition

Return the number of parameters in the method type

[Android.Runtime.Register("parameterCount", "()I", "GetParameterCountHandler:Java.Lang.Invoke.ITypeDescriptor/IOfMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public int ParameterCount ();
[<Android.Runtime.Register("parameterCount", "()I", "GetParameterCountHandler:Java.Lang.Invoke.ITypeDescriptor/IOfMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member ParameterCount : unit -> int

Returns

the number of parameters

Attributes

Remarks

Return the number of parameters in the method type

Java documentation for java.lang.invoke.TypeDescriptor.OfMethod.parameterCount().

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