this post was submitted on 28 Nov 2023
584 points (97.7% liked)
Programmer Humor
32380 readers
1361 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have used typeof(T) inside the generic class, so fx a function inside the
class Pie
where T can be refered. But out of context, if you were to call typeof(T) inside Program.cs's main function, it would not work.I don't get what you mean. You can define
class Pie
and instantiate it with the type argumentPie
.Huh, maybe I don't get it because Lemmy is literally erasing angle brackets from our messages. Not just "not rendering." It's removing them entirely. There should be four angle brackets in the first line of this comment...