Attributes
IT Notes → C# @ December 22, 2020
- Attributes are an extensible mechanism for adding custom information to code elements.
- Named attribute are parameters for attribute type’s constructor.
- Positional attributes are public fields or properties.
[AttributeUsage (AttributeTargets.Method)]
Subscribe
Login
0 Comments