StructVariableDeclaration.setType C# (CSharp) Method

setType() public method

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