C
Coder Coder
Hello,
Is it possible in C# to have the following.
public class Foo
{
static
{
}
public Foo ()
{
}
}
Having a section of code which is static and is executed at the
startup of the program.
- Thanks
Is it possible in C# to have the following.
public class Foo
{
static
{
}
public Foo ()
{
}
}
Having a section of code which is static and is executed at the
startup of the program.
- Thanks