What are the attributes for and how do I use them?

Asked

Viewed 37 times

0

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 function?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.