These comes in Java Script Please help me any one
1 Answer
1If you mean generic List class, defined inside System.Collections.Generic namespace, then you probably haven’t imported this namespace. You have to include
import System.Collections.Generic;
at the beginning of your script.
@ramjigeddam - I received an email stating that you accepted the answer, but it looks like you removed the accepted status instantly. If the answer doesn't fully answer your question, feel free to ask for additional info.
– ArkaneX
Where in your code is
– Graham-DunnettListdeclared?