C# Class SoftwareKobo.UniversalToolkit.Extensions.TypeExtensions

Show file Open project: h82258652/SoftwareKobo.UniversalToolkit

Public Methods

Method Description
IsEnum ( this type ) : bool
IsNullable ( this type ) : bool

Method Details

IsEnum() public static method

public static IsEnum ( this type ) : bool
type this
return bool

IsNullable() public static method

public static IsNullable ( this type ) : bool
type this
return bool