StructVariableDeclaration.getType C# (CSharp) 메소드

getType() 공개 메소드

public getType ( ) : String
리턴 String
    public String getType() { return mType; }
    public void setType(String type) { mType = type; }