4
Answers

Clear list which is in a structure

srinath

srinath

11y
1.1k
1
Hi,
 
I have a structure i.e
struct StructRowReference
    {
        public int rowIndex;
        public List<Cell> cell;
        public Row currentRow;
    }
 
I am having values in List, I need to clear the contents of the list in the structure.
I have tried to solve by using help of google, couldn't get correct solution.
Please help me in getting a solution
Answers (4)