Click or drag to resize

GuardArgumentIsNotNullOrEmpty Method

Overload List
  NameDescription
Public methodStatic memberArgumentIsNotNullOrEmptyT(IEnumerableT, String)
Throws an exception if the tested collection is or contains no elements.
Public methodStatic memberArgumentIsNotNullOrEmpty(String, String)
Throws an exception if the tested string argument is or the empty string.
Public methodStatic memberArgumentIsNotNullOrEmptyT(IEnumerableT, String, String)
Throws an exception if the tested collection is or contains no elements.
Public methodStatic memberArgumentIsNotNullOrEmpty(String, String, String)
Throws an exception if the tested string argument is or the empty string.
Top
See Also