Compartilhar via


CodeContract.RequiresArgumentNotNullAndNotWhiteSpace(String, String) Método

Definição

Requer que o argumento não seja nulo e não o espaço em branco

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)

Parâmetros

value
String

value

argumentName
String

representação de cadeia de caracteres do argumento

Aplica-se a