ValidateUtilities.CheckArgumentNullOrEmpty - метод Смотри также Terrasoft.Common - пространство имен > ValidateUtilities - класс : CheckArgumentNullOrEmpty - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
CheckArgumentNullOrEmpty<T>(IEnumerable<T>,String) | Checks if the source enumerator is empty or null . If the condition is met, exception is thrown. |
CheckArgumentNullOrEmpty(String,String) | Checks if the specified string is empty or null . If the condition is met, exception is thrown. |