Example #1
0
        public object Clone()
        {
            Cell cell = new Cell(name, (IGLType)value.Clone());

            cell.id = id;
            return(cell);
        }