Overload List
Name | Description | |
---|---|---|
![]() ![]() | ValidateArgumentRequired(String, ICollection) |
Validates that a collection object has at least one value in it.
|
![]() ![]() | ValidateArgumentRequired(String, Object) |
Validates that the object is not null, and that if it is a string it contains a value
and is not an empty string.
|
![]() ![]() | ValidateArgumentRequired(String, array<Object>[]()[][]) |
Validates that the array contains at least one element.
|
![]() ![]() | ValidateArgumentRequired(String, array<String>[]()[][]) |
Validates that the string array contains at least one element which is not an empty string.
|