C# Класс Schumix.Compiler.Extensions.GeneralExtensions

Some random extension stuff.
Показать файл Открыть проект

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

Метод Описание
IsNull ( this obj ) : bool

Determines whether the specified obj is null.

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

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

Determines whether the specified obj is null.
public static IsNull ( this obj ) : bool
obj this The obj.
Результат bool