Question:
"list<string>options=new list<string>{'a','b','c','d','e','f','g','h'};"
from this list i want to remove "e" (lets assume that 'i have dont know its index')
Solution:
"list<string>options=new list<string>{'a','b','c','d','e','f','g','h'};"
from this list i want to remove "e" (lets assume that 'i have dont know its index')
Solution:
No comments:
Post a Comment