C# Class VW.Reflection.InspectionHelper

Afficher le fichier Open project: NativoPlatform/vowpal_wabbit

Méthodes publiques

Méthode Description
GetEnumerableElementType ( Type type ) : Type
IsNumericType ( Type elemType ) : bool

Private Methods

Méthode Description
IsNumericTypeInternal ( Type elemType ) : bool

Method Details

GetEnumerableElementType() public static méthode

public static GetEnumerableElementType ( Type type ) : Type
type System.Type
Résultat System.Type

IsNumericType() public static méthode

public static IsNumericType ( Type elemType ) : bool
elemType System.Type
Résultat bool