GuardArgumentIsNotNullOrEmpty Method |
| Name | Description | |
|---|---|---|
| ArgumentIsNotNullOrEmptyT(IEnumerableT, String) | Throws an exception if the tested collection is or contains no elements. | |
| ArgumentIsNotNullOrEmpty(String, String) | Throws an exception if the tested string argument is or the empty string. | |
| ArgumentIsNotNullOrEmptyT(IEnumerableT, String, String) | Throws an exception if the tested collection is or contains no elements. | |
| ArgumentIsNotNullOrEmpty(String, String, String) | Throws an exception if the tested string argument is or the empty string. |