dazzledbeans @lemmy.world to Programmer Humor@lemmy.ml · 2 years agoWith PieMixinlemmy.worldimagemessage-square29linkfedilinkarrow-up1594arrow-down113
arrow-up1581arrow-down1imageWith PieMixinlemmy.worlddazzledbeans @lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square29linkfedilink
minus-squaretonurlinkfedilinkEnglisharrow-up6·2 years 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