C# 클래스 WinRTXamlToolkit.Tools.TypeExtensions

Provides some reflection extension for Type.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

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

Determines whether the specified type is nullable.

메소드 상세

IsNullable() 공개 정적인 메소드

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