C#C
C#3y ago
peppy

❔ Why is typeof(T).FullName a ``string?``, but typeof(T).Name a ``string``

And in which instances is typeof(T).FullName potentially
null
? Is there a circumstance in which I can't rely on that field being available?
Was this page helpful?