[AssemblyProduct] C# with Example



[AssemblyProduct] C# with Example

This attribute is used to describe the product that this particular assembly is for. Multiple assemblies can be 
components of the same product, in which case they can all share the same value for this attribute. 
[assembly: AssemblyProduct("MyProduct")] 

0 Comment's

Comment Form