Computer Science, asked by graceluhan8552, 1 year ago

What are Add, Remove methods in C# lists?

Answers

Answered by pankajkumar66
0

hey mate!

The List<T> is a collection in C# and is a generic collection. The add and remove methods are used in C# lists for adding and removing elements

Similar questions