Example #1
0
 public void z8_removeAttribute(string attribute) {
   removeAttribute(attribute.get());
 }
Example #2
0
 public void z8_setAttribute(string attribute, primary value) {
   setAttribute(attribute.get(), value.toString());
 }