StructVariableDeclaration.setType C# (CSharp) Méthode

setType() public méthode

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