T
tshad
In VS 2005, is there a way to create and initialize a hashtable in one
statement?
Something like (I know this isn't correct):
public static Hashtable cleanTables = ( new
Hashtable("PropertiesCleaned", "PropertyID"),
new
Hashtable("SubjectPropertiesCleaned","SubjectPropertyID"),
new
Hashtable("RoomCountsCleaned" ,"RoomCountID"));
Thanks,
Tom
statement?
Something like (I know this isn't correct):
public static Hashtable cleanTables = ( new
Hashtable("PropertiesCleaned", "PropertyID"),
new
Hashtable("SubjectPropertiesCleaned","SubjectPropertyID"),
new
Hashtable("RoomCountsCleaned" ,"RoomCountID"));
Thanks,
Tom