Метод | Описание | |
---|---|---|
ThrowIfNull ( string argumentName, object value ) : void |
Utility method to throw ArgumentNullException if the argument is
|
|
ThrowIfNullOrEmptyString ( string argumentName, string value ) : void |
Utility method to throw ArgumentNullException if the argument is
|
public static ThrowIfNull ( string argumentName, object value ) : void | ||
argumentName | string | The argument name. |
value | object | The argument value. |
Результат | void |
public static ThrowIfNullOrEmptyString ( string argumentName, string value ) : void | ||
argumentName | string | The argument name. |
value | string | The argument value. |
Результат | void |