How can i implicitly convert my class to another type?

后端 未结 3 623
自闭症患者
自闭症患者 2021-01-19 05:42

For example implicitly

MyClass myClass = new MyClass();
int i = myClass;
3条回答
提交回复
热议问题