SetField.NotNull<T>(T, String, T) 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.
public static void NotNull<T> (out T field, string name, T value) where T : class;
static member NotNull : 'T * string * 'T -> unit (requires 'T : null)
Public Shared Sub NotNull(Of T As Class) (ByRef field As T, name As String, value As T)
Paramètres de type
- T
Paramètres
- field
- T
- name
- String
- value
- T