2
Answers

Indexers with c#

Photo of kobycool68

kobycool68

21y
2k
1
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)