Exemplo n.º 1
0
 public void AddProperty(BlockVariable prop)
 {
     properties.Add(prop);
 }
Exemplo n.º 2
0
 public void AddInput(BlockVariable input)
 {
     inputs.Add(input);
 }
Exemplo n.º 3
0
 public void AddOutput(BlockVariable output)
 {
     outputs.Add(output);
 }