C# Class Serenity.Reflection.GeneratorUtils

Datei anzeigen Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
GetFirstDerivedOfGenericType ( Type type, Type genericType, Type &derivedType ) : bool
IsSimpleType ( Type type ) : bool

Method Details

GetFirstDerivedOfGenericType() public static method

public static GetFirstDerivedOfGenericType ( Type type, Type genericType, Type &derivedType ) : bool
type System.Type
genericType System.Type
derivedType System.Type
return bool

IsSimpleType() public static method

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