Stack<T>.TryPop(T) Méthode
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.
public:
bool TryPop([Runtime::InteropServices::Out] T % result);
public bool TryPop (out T result);
member this.TryPop : 'T -> bool
Public Function TryPop (ByRef result As T) As Boolean
- result
- T
Si présent, objet en haut du Stack<T> ; sinon, valeur par défaut de T
.
true
s’il existe un objet en haut du Stack<T> ; false
si le Stack<T> est vide.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :