I dont really know what to call this thing so sorry for the vague title, so basically I have an understanding of static fields and methods in a class but no idea what the usage of the following is and does:
public class MyClass
{
public MyClass()
{
}
static
{
}
}
someone care to explain?