Java “.class” property - C# equivalent

前端 未结 1 1689
梦谈多话
梦谈多话 2021-01-24 07:42

I have read through both of the \".class\" explanations (1,2) but I\'m struggling to understand what the \".class\" property does.

I have just started Java but have been

相关标签:
1条回答
  • 2021-01-24 08:08

    It's typeof in C#, your 2nd link explains it better.

    0 讨论(0)
提交回复
热议问题