CodeContract.RequiresArgumentNotNull<T>(T, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Requer que o argumento não seja nulo
public:
generic <typename T>
where T : class[System::Runtime::CompilerServices::Extension]
static void RequiresArgumentNotNull(T value, System::String ^ argumentName);
public static void RequiresArgumentNotNull<T> (this T value, string argumentName) where T : class;
static member RequiresArgumentNotNull : 'T * string -> unit (requires 'T : null)
<Extension()>
Public Sub RequiresArgumentNotNull(Of T As Class) (value As T, argumentName As String)
Parâmetros de tipo
- T
tipo de argumento
Parâmetros
- value
- T
Valor
- argumentName
- String
representação de cadeia de caracteres do argumento