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

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

public GetCaseShip ( ) : BattleShip.casePlatform[]
Результат BattleShip.casePlatform[]
        public casePlatform[] GetCaseShip()
        {
            return this.shipSize.ToArray();
        }
    }