Method | Description | |
---|---|---|
IsPrimitiveFloat ( this h ) : bool | ||
IsPrimitiveInteger ( this h ) : bool | ||
IsPrimitiveNumeric ( this h ) : bool | ||
NameWithGenericArgs ( this type ) : string |
Returns the type with generic parameters in C# style, e.g.
|
public static IsPrimitiveFloat ( this h ) : bool | ||
h | this | |
return | bool |
public static IsPrimitiveInteger ( this h ) : bool | ||
h | this | |
return | bool |
public static IsPrimitiveNumeric ( this h ) : bool | ||
h | this | |
return | bool |
public static NameWithGenericArgs ( this type ) : string | ||
type | this | |
return | string |