Data.getBlockTypeNames C# (CSharp) 메소드

getBlockTypeNames() 공개 메소드

public getBlockTypeNames ( ) : string[]
리턴 string[]
    public string[] getBlockTypeNames()
    {
        return objTypesDt2;
    }
Data