CheckArgumentNotNull - метод |
Пространство имён:
Tessa.Platform
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static void ArgumentNotNull(
[CanBeNullAttribute] Object argumentValue,
[NotNullAttribute] string argumentName
)
Public Shared Sub ArgumentNotNull (
<CanBeNullAttribute> argumentValue As Object,
<NotNullAttribute> argumentName As String
)
public:
static void ArgumentNotNull(
[CanBeNullAttribute] Object^ argumentValue,
[NotNullAttribute] String^ argumentName
)
static member ArgumentNotNull :
[<CanBeNullAttribute>] argumentValue : Object *
[<NotNullAttribute>] argumentName : string -> unit
Параметры
- argumentValue
- Тип: SystemObject
Argument value to test.
- argumentName
- Тип: SystemString
Name of the argument being tested.
Исключения См. также