C# Класс System.Web.Mvc.IronRuby.Extensions.ObjectExtensions

Contains the extension methods for object
Показать файл Открыть проект

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

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

Determines whether [is not null] [the specified value].

IsNull ( this value ) : bool

Determines whether the specified value is null.

Приватные методы

Метод Описание
EnsureArgumentNotNull ( this value, string argumentName ) : void

Ensures the argument is not null.

ToStringCollection ( this value ) : IEnumerable

Converts the object to a string collection.

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

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

Determines whether [is not null] [the specified value].
public static IsNotNull ( this value ) : bool
value this The value.
Результат bool

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

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