Posts by thiago • 1 point
1 post
-
0
votes0
answers37
viewsQ: What are the attributes for and how do I use them?
I have the following attribute: class Program { [test] static void Main(string[] args) { } } class test:Attribute { } What can be implemented in the test class and what this implies in the main…