Partager via


CodeContract.RequiresArgumentNotNullAndNotEmpty(String, String) Méthode

Définition

Nécessite que la chaîne ne soit pas null et non vide

public:
[System::Runtime::CompilerServices::Extension]
 static void RequiresArgumentNotNullAndNotEmpty(System::String ^ value, System::String ^ argumentName);
public static void RequiresArgumentNotNullAndNotEmpty (this string value, string argumentName);
static member RequiresArgumentNotNullAndNotEmpty : string * string -> unit
<Extension()>
Public Sub RequiresArgumentNotNullAndNotEmpty (value As String, argumentName As String)

Paramètres

value
String

value

argumentName
String

représentation sous forme de chaîne de l’argument

S’applique à