srinath

srinath

  • NA
  • 144
  • 0

Clear list which is in a structure

Jul 9 2013 4:05 AM
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)