Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.
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

Checks if the source enumerator is empty or 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.

Исключения

ИсключениеОписание
ArgumentNullOrEmptyExceptionIf the source enumerator is empty or null.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?