Exemplo n.º 1
0
 public override Prototype Clone()
 {
     DeepPrototype dp = new DeepPrototype(Id);
     return dp;
 }
Exemplo n.º 2
0
        public override Prototype Clone()
        {
            DeepPrototype dp = new DeepPrototype(Id);

            return(dp);
        }