IIntObjFunction.Apply(Int32, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Effectue cette opération sur les arguments donnés.
[Android.Runtime.Register("apply", "(ILjava/lang/Object;)Ljava/lang/Object;", "GetApply_ILjava_lang_Object_Handler:Android.Util.Function.IIntObjFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)]
public Java.Lang.Object? Apply(int value, Java.Lang.Object? t);
[<Android.Runtime.Register("apply", "(ILjava/lang/Object;)Ljava/lang/Object;", "GetApply_ILjava_lang_Object_Handler:Android.Util.Function.IIntObjFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)>]
abstract member Apply : int * Java.Lang.Object -> Java.Lang.Object
Paramètres
- value
- Int32
premier argument d’entrée
- t
- Object
deuxième argument d’entrée
Retours
résultat de l’opération
- Attributs