2
Reply

Indexers with c#

kobycool68

kobycool68

May 28 2004 7:58 AM
1.7k
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

Answers (2)