I am having difficulty in writing code
public void Func(string[] Abc)
{
string value=GetValue();
While(any string in Abc[] contains value)
{
value=GetValue();
}
}
the problem is the simple way so that i can check all values in Abc in single while statment, please help