BattleShip.Ship.Ship C# (CSharp) Метод

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

public Ship ( int boat, int size ) : System
boat int
size int
Результат System
        public Ship(int boat, int size) : this(boat, size, new Point(0,0))
        {

        }

Same methods

Ship::Ship ( int boat, int size, Point Location ) : System