|
Enhanced C#
Loyc library documentation
|
MemoizedTypeName<T>.Get() is an alternative to MemoizedTypeName.Get(typeof(T)).
More...
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 () |
1.8.7