Exemplo n.º 1
0
        public object Clone()
        {
            ICliqueNodeInstance clone = new ICliqueNodeInstanceImpl();

            clone.IdInstance        = this.IdInstance;
            clone.NeighborsInstance = new List <int>(this.NeighborsInstance);
            return(clone);
        }
Exemplo n.º 2
0
        public object newInstance()
        {
            ICliqueNodeInstance page = new ICliqueNodeInstanceImpl();

            return(this.Instance = page);
        }