다음을 통해 공유


CoreStrings.ArgumentPropertyNull(Object, Object) 메서드

정의

'{argument}' 인수의 속성 '{property}'은(는) null일 수 없습니다.

public static string ArgumentPropertyNull (object property, object argument);
public static string ArgumentPropertyNull (object? property, object? argument);
static member ArgumentPropertyNull : obj * obj -> string
Public Shared Function ArgumentPropertyNull (property As Object, argument As Object) As String

매개 변수

property
Object
argument
Object

반환

적용 대상