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