次の方法で共有


CodeContract.RequiresArgumentNotNullAndNotWhiteSpace(String, String) メソッド

定義

引数に null ではなく空白文字を指定する必要があります

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)

パラメーター

value
String

value

argumentName
String

引数の文字列表現

適用対象