|
|
Creating and Using Custom Attributes in C# |
|
|
Mike Gold |
|
|
ASP.NET / Miscellaneous |
|
|
Click to Visit |
|
|
5 |
|
Creating and Using Custom Attributes in C# is a web based tutorial in which the author gives you the method for definining your own attributes in C#. Attributes are declared for the methods and properties of the class. The author gives you the sample code which has an attribute called stereotype that provides two strings called as a stereotype string and a description string.
|