C# 클래스 Neddle.Extensions.TypeExtensions

Contains Type extension methods.
파일 보기 프로젝트 열기: kcargile/neddle

공개 메소드들

메소드 설명
IsNullable ( this t ) : bool

Determines whether the specified type is nullable.

IsSubclassOfRawGeneric ( this t, Type generic ) : bool

Determines whether the specified type is a subclass of the specified generic type.

메소드 상세

IsNullable() 공개 정적인 메소드

Determines whether the specified type is nullable.
public static IsNullable ( this t ) : bool
t this The .
리턴 bool

IsSubclassOfRawGeneric() 공개 정적인 메소드

Determines whether the specified type is a subclass of the specified generic type.
public static IsSubclassOfRawGeneric ( this t, Type generic ) : bool
t this The .
generic System.Type The generic to compare to.
리턴 bool