C# Class VW.Reflection.InspectionHelper

ファイルを表示 Open project: NativoPlatform/vowpal_wabbit

Public Methods

Method Description
GetEnumerableElementType ( Type type ) : Type
IsNumericType ( Type elemType ) : bool

Private Methods

Method Description
IsNumericTypeInternal ( Type elemType ) : bool

Method Details

GetEnumerableElementType() public static method

public static GetEnumerableElementType ( Type type ) : Type
type System.Type
return System.Type

IsNumericType() public static method

public static IsNumericType ( Type elemType ) : bool
elemType System.Type
return bool