C#.Net

Attribute in c#

Attribute in c#: In this post, we will learn about Attribute in c#: with an example. -An attribute is a declarative tag that can be used to provide information at runtime about the behaviors of various component like classes, methods, structures, enumerators and assemblies etc. – A declarative tag is specified by
top