Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top