MethodType.ParameterType(Int32) 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.
Returns the parameter type at the specified index, within this method type.
[Android.Runtime.Register("parameterType", "(I)Ljava/lang/Class;", "", ApiSince=26)]
public Java.Lang.Class? ParameterType (int num);
[<Android.Runtime.Register("parameterType", "(I)Ljava/lang/Class;", "", ApiSince=26)>]
member this.ParameterType : int -> Java.Lang.Class
Parameters
- num
- Int32
the index (zero-based) of the desired parameter type
Returns
the selected parameter type
- Attributes
Remarks
Returns the parameter type at the specified index, within this method type.
Java documentation for java.lang.invoke.MethodType.parameterType(int)
.
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.