What does the assembly keyword mean in the AssemblyInfo.cs. Does it permit to use method inside?

后端 未结 6 917
走了就别回头了
走了就别回头了 2020-12-15 06:16

Saw some code snippet inside AssemblyInfo.cs like

[assembly: someattributename]

What does this code mean?

I even saw some method to

6条回答
  •  一生所求
    2020-12-15 06:58

    General Information about this assembly is controlled through this set of attributes.

    a simple explanation is shown in this Link

提交回复
热议问题