dazzledbeans to Programmer [email protected] • 1 year agoWith PieMixinimagemessage-square26arrow-up1612arrow-down113
arrow-up1599arrow-down1imageWith PieMixindazzledbeans to Programmer [email protected] • 1 year agomessage-square26
minus-square@[email protected]linkfedilinkEnglish5•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