2
Answers

Indexers with c#

kobycool68

kobycool68

20y
1.7k
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)