Data.getBlockTypeNames C# (CSharp) Метод

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

public getBlockTypeNames ( ) : string[]
Результат string[]
    public string[] getBlockTypeNames()
    {
        return objTypesDt2;
    }
Data