StrongBox<T> Constructeurs
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.
Surcharges
StrongBox<T>() |
Initialise un nouveau StrongBox qui peut recevoir une valeur en cas d'utilisation dans un appel de référence. |
StrongBox<T>(T) |
Initialise une nouvelle instance de la classe StrongBox<T> à l'aide de la valeur fournie. |
StrongBox<T>()
- Source:
- StrongBox.cs
- Source:
- StrongBox.cs
- Source:
- StrongBox.cs
Initialise un nouveau StrongBox qui peut recevoir une valeur en cas d'utilisation dans un appel de référence.
public:
StrongBox();
public StrongBox ();
Public Sub New ()
S’applique à
StrongBox<T>(T)
- Source:
- StrongBox.cs
- Source:
- StrongBox.cs
- Source:
- StrongBox.cs
Initialise une nouvelle instance de la classe StrongBox<T> à l'aide de la valeur fournie.
public:
StrongBox(T value);
public StrongBox (T value);
new System.Runtime.CompilerServices.StrongBox<'T> : 'T -> System.Runtime.CompilerServices.StrongBox<'T>
Public Sub New (value As T)
Paramètres
- value
- T
Valeur à laquelle StrongBox<T> fera référence.