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.MemoizedTypeName< T > Class Template Reference

MemoizedTypeName<T>.Get() is an alternative to MemoizedTypeName.Get(typeof(T)). More...


Source file:

Remarks

MemoizedTypeName<T>.Get() is an alternative to MemoizedTypeName.Get(typeof(T)).

This class is faster for getting the same name repeatedly, but demands more memory and initialization overhead from the CLR.

Static Public Member Functions

static string Get ()