StructVariableDeclaration.getType C# (CSharp) Méthode

getType() public méthode

public getType ( ) : String
Résultat String
    public String getType() { return mType; }
    public void setType(String type) { mType = type; }