C# Class System.Web.Mvc.IronRuby.Extensions.ObjectExtensions

Contains the extension methods for object
Datei anzeigen Open project: jschementi/ironrubymvc

Public Methods

Method Description
IsNotNull ( this value ) : bool

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

IsNull ( this value ) : bool

Determines whether the specified value is null.

Private Methods

Method Description
EnsureArgumentNotNull ( this value, string argumentName ) : void

Ensures the argument is not null.

ToStringCollection ( this value ) : IEnumerable

Converts the object to a string collection.

Method Details

IsNotNull() public static method

Determines whether [is not null] [the specified value].
public static IsNotNull ( this value ) : bool
value this The value.
return bool

IsNull() public static method

Determines whether the specified value is null.
public static IsNull ( this value ) : bool
value this The value.
return bool