dazzledbeans @lemmy.world to Programmer Humor@lemmy.ml · 1 year agoWith PieMixinlemmy.worldimagemessage-square28fedilinkarrow-up1598arrow-down114
arrow-up1584arrow-down1imageWith PieMixinlemmy.worlddazzledbeans @lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square28fedilink
minus-squaretonur@feddit.dklinkfedilinkEnglisharrow-up5·1 year agoI 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 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.deleted by creator