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... | |
|
inlinestatic |
Returns the type with generic parameters in C# style, e.g. typeof(List<List<string>>.NameWithGenericArgs()
returns List<List<String>>
.