Enhanced C#
Language of your choice: library documentation
|
Extension methods for Type
.
More...
Extension methods for Type
.
Static Public Member Functions | |
static string | NameWithGenericArgs (this Type type) |
Returns the type with generic parameters in C# style, e.g. typeof(List<List<string>>.NameWithGenericArgs() returns List<List<String>> . More... | |
static bool | IsPrimitiveInteger (this RuntimeTypeHandle h) |
static bool | IsPrimitiveFloat (this RuntimeTypeHandle h) |
static bool | IsPrimitiveNumeric (this RuntimeTypeHandle h) |
|
inlinestatic |
Returns the type with generic parameters in C# style, e.g. typeof(List<List<string>>.NameWithGenericArgs()
returns List<List<String>>
.