Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
Loyc.TypeExt Class Reference

Extension methods for Type. More...


Source file:

Remarks

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...
 

Member Function Documentation

static string Loyc.TypeExt.NameWithGenericArgs ( this Type  type)
inlinestatic

Returns the type with generic parameters in C# style, e.g. typeof(List<List<string>>.NameWithGenericArgs() returns List<List<String>>.