Data.getBlockTypeNames C# (CSharp) Méthode

getBlockTypeNames() public méthode

public getBlockTypeNames ( ) : string[]
Résultat string[]
    public string[] getBlockTypeNames()
    {
        return objTypesDt2;
    }
Data