CodeContract.RequiresArgumentNotNullAndNotEmpty(String, String) 메서드

정의

문자열이 null이 아니고 비어 있지 않음을 요구합니다.

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)

매개 변수

value
String

argumentName
String

인수의 문자열 표현

적용 대상