BattleShip.Ship.GetCaseShip C# (CSharp) Méthode

GetCaseShip() public méthode

public GetCaseShip ( ) : BattleShip.casePlatform[]
Résultat BattleShip.casePlatform[]
        public casePlatform[] GetCaseShip()
        {
            return this.shipSize.ToArray();
        }
    }