What are Add, Remove methods in C# lists?
Answers
Answered by
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