Enhanced C#
Language of your choice: 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 () |