C# Class Serenity.Reflection.GeneratorUtils

Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Méthode Description
GetFirstDerivedOfGenericType ( Type type, Type genericType, Type &derivedType ) : bool
IsSimpleType ( Type type ) : bool

Method Details

GetFirstDerivedOfGenericType() public static méthode

public static GetFirstDerivedOfGenericType ( Type type, Type genericType, Type &derivedType ) : bool
type System.Type
genericType System.Type
derivedType System.Type
Résultat bool

IsSimpleType() public static méthode

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