How do you clear a list in c#?
Answer Posted / Minhaj Uddin
To clear a List<T> in C#, use the Clear() method. For example: myList.Clear();
Post New Answer View All Answers
Why can't we use a static class instead of singleton?
940
How to assign Null value to Var?
1044
What is an abstract class c#?
947
Which namespaces are necessary to create a localized application?
1122
How do you inherit a class into other class in c#?
974
What is expression tree in c#?
982