StructVariableDeclaration.getType C# (CSharp) Method

getType() public method

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