Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
223 views
in Programming by
retagged by
I am working on c#. I need to get first item in List<string>. Can you help me with the same?

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer
You can try something like this.

 

IList listone = new ArrayList();
listone.Add(new object());
Object ob=listone[0];


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...