Enhanced C#
Language of your choice: library documentation
|
.NET Framework reflection doesn't offer complete type names for generic types such as "List<int>" (the Type.Name
value of that class is "List`1"). Get fills in the gap, and also saves the computed name for fast repeated lookups.
More...
.NET Framework reflection doesn't offer complete type names for generic types such as "List<int>" (the Type.Name
value of that class is "List`1"). Get fills in the gap, and also saves the computed name for fast repeated lookups.