_hashTable .Add(1, "false");
_hashTable .Add(2, "false");_hashTable .Add(a, "true");bcoz i need to assign this value in the below variable. bool _isindian = _hashTable[key].is it possible to assign those _hashTable value in the _isindian variable ? Please advice.
_hashTable .Add(2, "false");
_hashTable .Add(a, "true");
bcoz i need to assign this value in the below variable.
bool _isindian = _hashTable[key].
is it possible to assign those _hashTable value in the _isindian variable ?
Please advice.