Enhanced C#
Loyc library documentation
 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 ()