C# Class Microsoft.AspNet.SignalR.Compression.Server.TypeExtensions

显示文件 Open project: NTaylorMullen/SignalR.Compression

Public Methods

Method Description
CanBeRounded ( this type ) : bool
GetEnumerableType ( this type ) : Type
IsEnumerable ( this type ) : bool
IsNumeric ( this type ) : bool

Method Details

CanBeRounded() public static method

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

GetEnumerableType() public static method

public static GetEnumerableType ( this type ) : Type
type this
return Type

IsEnumerable() public static method

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

IsNumeric() public static method

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