PinValuePair.Deconstruct(Int32, PinValue) 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.
Déconstructeur pour plus de commodité. Autorise l’utilisation en tant que « Tuple de retour ».
public void Deconstruct(out int pinNumber, out System.Device.Gpio.PinValue pinValue);
member this.Deconstruct : int * PinValue -> unit
Public Sub Deconstruct (ByRef pinNumber As Integer, ByRef pinValue As PinValue)
Paramètres
- pinNumber
- Int32
- pinValue
- PinValue