C# Class PaytonByrd.GenericHelpers.GenericsHelper

Datei anzeigen Open project: zyonee/opencbm Class Usage Examples

Public Methods

Method Description
IsGeneric ( Type pv_objType ) : bool
IsGeneric ( object pv_objValue ) : bool
IsNullable ( Type pv_objType ) : bool

Method Details

IsGeneric() public static method

public static IsGeneric ( Type pv_objType ) : bool
pv_objType System.Type
return bool

IsGeneric() public static method

public static IsGeneric ( object pv_objValue ) : bool
pv_objValue object
return bool

IsNullable() public static method

public static IsNullable ( Type pv_objType ) : bool
pv_objType System.Type
return bool