Indexers with c#
hello
i want to create bool array and call each element in the array by kind of string, its mean that my array look like this:
arr["a"] = true;
arr["b"] = false;
arr["c"] =true;
and etc.
how can i do this? whether its possible?
thanks koby
sailorfoleyPosted May 28, 2004, 11:47 AM
shipwreckPosted May 28, 2004, 11:14 AM