A
A.M-SG
Hi,
Considering the fact that we can initialize an two dimensional array like
the following syntax:
int[] myIntArray = new int[5] { 1, 2, 3, 4, 5 };
Can I initialize a HashTable like an array?
I am trying to avoid having bunch of hashTble.Add() statements within my
constructor.
Tank you,
Alan
Considering the fact that we can initialize an two dimensional array like
the following syntax:
int[] myIntArray = new int[5] { 1, 2, 3, 4, 5 };
Can I initialize a HashTable like an array?
I am trying to avoid having bunch of hashTble.Add() statements within my
constructor.
Tank you,
Alan