Overload List

  NameDescription
Public methodStatic memberValidateArgumentRequired(String, ICollection)
Validates that a collection object has at least one value in it.
Public methodStatic memberValidateArgumentRequired(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.
Public methodStatic memberValidateArgumentRequired(String, array<Object>[]()[][])
Validates that the array contains at least one element.
Public methodStatic memberValidateArgumentRequired(String, array<String>[]()[][])
Validates that the string array contains at least one element which is not an empty string.

See Also