Duplicate() публичный Метод

public Duplicate ( ) : Aurora.Framework.IDataTransferable
Результат Aurora.Framework.IDataTransferable
Пример #1
0
        public override IDataTransferable Duplicate()
        {
            BuildingPlot plot = new BuildingPlot();

            plot.Duplicate();
            return((IDataTransferable)plot);
        }
Пример #2
0
 public override IDataTransferable Duplicate()
 {
     BuildingPlot plot = new BuildingPlot();
     plot.Duplicate();
     return (IDataTransferable)plot;
 }