转换 C++ C# .NET 的生成器代码(TComponent、TOjbect、TList 等)
在哪里可以找到 TComponent
、TObject
、TList
等的 API 文档? 我正在将一些使用 C++ 构建器编写的 C++ 代码转换为 C#。 我无法找到这些类的相关文档,以便找到 C# 等效项。
Where can I find API documentation for TComponent
, TObject
, TList
, etc.? I am converting some C++ code that was written using C++ builder into C#. I'm having trouble finding related documentation for these classes in order to find a C# equivalent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用官方在线参考。 该链接直接指向索引 - 只需根据需要查找类型和函数即可。
Use the official online reference. The link is directly to the index - just look up types and functions there as needed.