ScalarArgument.settype C# (CSharp) Method

settype() public method

public settype ( String mtype ) : void
mtype String
return void
    public void settype(String mtype) { type = mtype; }