C# Class Microsoft.Web.Mvc.TypeHelpers

Show file Open project: CraigCav/Suteki.AsyncMvcTpl

Public Methods

Method Description
TypeAllowsNullValue ( Type type ) : bool
TypeIsParameterlessDelegate ( Type type ) : bool

Method Details

TypeAllowsNullValue() public static method

public static TypeAllowsNullValue ( Type type ) : bool
type System.Type
return bool

TypeIsParameterlessDelegate() public static method

public static TypeIsParameterlessDelegate ( Type type ) : bool
type System.Type
return bool