.Net AssemblyInfo Delphi-Prism
有什么用
implementation
end.
DelphiPrism项目中的AssemblyInfo.pas文件部分 ? 我知道在“实现”和“结束”之间应该有一个方法的实现,但是我将在 AssemblyInfo.pas 文件中实现什么?
在 C# 中,AssemblyInfo.cs 文件中没有类似的内容。
What for is the
implementation
end.
part of the AssemblyInfo.pas file in DelphiPrism projects?
I know that between 'implementation' and 'end' there should be an implementation of a method, but what would I implement in the AssemblyInfo.pas file?
In C#, in the AssemblyInfo.cs file, there isn't anything like this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
unit/inteface/implementation/end 是 Delphi Prism 文件的必需部分。对于 AssemblyInfo,它们可以保留为空。
unit/inteface/implementation/end are the required parts of a Delphi Prism files. For AssemblyInfo they can just be kept empty.