A
Abhi
i was looking in some code in which i found that it is using @ keyword before
class name and constructor like this
public class @MyClass
{
public @MyClass
{
}
}
can anyone please help me to know that when and why we use this keyword
before classname.
Thanks
Abhi
class name and constructor like this
public class @MyClass
{
public @MyClass
{
}
}
can anyone please help me to know that when and why we use this keyword
before classname.
Thanks
Abhi