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?
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?
Browser other questions tagged c# .net
You are not signed in. Login or sign up in order to post.