CodeContract.RequiresArgumentNotNull<T>(T, String) 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.
Exige que l’argument n’a pas la valeur Null
public:
generic <typename T>
where T : class[System::Runtime::CompilerServices::Extension]
static void RequiresArgumentNotNull(T value, System::String ^ argumentName);
public static void RequiresArgumentNotNull<T> (this T value, string argumentName) where T : class;
static member RequiresArgumentNotNull : 'T * string -> unit (requires 'T : null)
<Extension()>
Public Sub RequiresArgumentNotNull(Of T As Class) (value As T, argumentName As String)
Paramètres de type
- T
type d’argument
Paramètres
- value
- T
Valeur
- argumentName
- String
représentation sous forme de chaîne de l’argument