2022年1月19日

Autocad中的RXClass和Type的区别 有什么含义?

摘要: 先打印一段程序测试下结果: RXClass x = RXObject.GetClass(typeof(BlockReference)); Editor ed = Application.DocumentManager.MdiActiveDocument.Editor; Type y = typeof 阅读全文

posted @ 2022-01-19 21:52 yyxu 阅读(276) 评论(1) 推荐(0) 编辑

what's the difference between class and type in c#?

摘要: C# is a strongly typed language; therefore every variable and object must have a declared type. A data type can be described as being either: A built- 阅读全文

posted @ 2022-01-19 21:31 yyxu 阅读(34) 评论(0) 推荐(0) 编辑

导航