- Регистрация
- 22.10.2018
- Сообщения
- 27
- Благодарностей
- 3
- Баллы
- 3
Hi, I want to clear a list but I receive an error: Compiling code of Error in action "CS0201" "Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement".
This is my code:
Can somebody help? Thanks
This is my code:
C#:
var list = project.Lists["Upload"];
list.Clear;