C# Класс ArgumentCheck, code

Class for doing argument checks
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsNullorWhiteSpace ( item, string nameOfTheArgument = "" ) : void

Checks if a value is string or any other object if it is string it checks for nullorwhitespace otherwhise it checks for null only

Описание методов

IsNullorWhiteSpace() публичный статический Метод

Checks if a value is string or any other object if it is string it checks for nullorwhitespace otherwhise it checks for null only
public static IsNullorWhiteSpace ( item, string nameOfTheArgument = "" ) : void
item The item you want to check
nameOfTheArgument string Name of the argument
Результат void