I know Java allows a static code block...
static {
// code here
}
...this allows for static code to occur prior to any object being created from the class. Is something like this possible in C#?? If not, does anyone have any suggestions on how to work around this?
matadi49Posted Apr 5, 2006, 9:06 AM