C# 클래스 System.Web.Mvc.IronRuby.Extensions.ObjectExtensions

Contains the extension methods for object
파일 보기 프로젝트 열기: jschementi/ironrubymvc

공개 메소드들

메소드 설명
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