- T
- The class implementing the IEnumerable interface.
ValidateUtilities.CheckArgumentNullOrEmpty(IEnumerable,String) - метод Смотри также Terrasoft.Common - пространство имен > ValidateUtilities - класс > CheckArgumentNullOrEmpty - метод : CheckArgumentNullOrEmpty(IEnumerable,String) - метод C#
- source
- Obkect enumerator.
- argumentName
- Name of the argument which caused exception.
Glossary Item Box
null
. If the condition is met, exception is thrown.
[Extension()] public static void CheckArgumentNullOrEmpty<T>( IEnumerable<T> source, string argumentName )
Параметры
- source
- Obkect enumerator.
- argumentName
- Name of the argument which caused exception.
Типы обобщений
- T
- The class implementing the IEnumerable interface.
Исключение | Описание |
---|---|
ArgumentNullOrEmptyException | If the source enumerator is empty or null . |