© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
3y ago
•
4 replies
peppy
❔ Why is typeof(T).FullName a ``string?``, but typeof(T).Name a ``string``
And in which instances
is
typeof(T).FullName
typeof(T).FullName
potentially
null
null
? Is there a circumstance in which I can
't rely on that field being available
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
✅ typeof()?
C
C# / help
2y ago
return Object<byte> after checking typeof(T) == typeof(byte)
C
C# / help
14mo ago
❔ Type is Typeof Dictionary
C
C# / help
3y ago
Since 'string' is a reference type, why doesn't the array update all elements with a modified string
C
C# / help
3y ago