W
web1110
Is this legit? I thought that class members could not be allocated in the
class declaration. I thought this had to go into the constructor. If this
is OK, what are the associated rules?
class WhatEver
{
private object[] thePair=new object[2];
[STAThread]
static void Main(string[] args)
{
class declaration. I thought this had to go into the constructor. If this
is OK, what are the associated rules?
class WhatEver
{
private object[] thePair=new object[2];
[STAThread]
static void Main(string[] args)
{