Search code examples
.netdelphi-prismassemblyinfo

.Net AssemblyInfo Delphi-Prism


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.


Solution

  • unit/inteface/implementation/end are the required parts of a Delphi Prism files. For AssemblyInfo they can just be kept empty.