CodeContract.RequiresArgumentNotNullAndNotWhiteSpace(String, 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.
Nécessite que l’argument n’est pas null et pas l’espace blanc
public:
[System::Runtime::CompilerServices::Extension]
static void RequiresArgumentNotNullAndNotWhiteSpace(System::String ^ value, System::String ^ argumentName);
public static void RequiresArgumentNotNullAndNotWhiteSpace (this string value, string argumentName);
static member RequiresArgumentNotNullAndNotWhiteSpace : string * string -> unit
<Extension()>
Public Sub RequiresArgumentNotNullAndNotWhiteSpace (value As String, argumentName As String)
Paramètres
- value
- String
value
- argumentName
- String
représentation sous forme de chaîne de l’argument