CreateValueNode(evalInfo, addParens, slotType, value, index, options, Expression, formatSpecifiers);
Exemplo n.º 2
0
 /// <summary>
 /// Constructor
 /// Args:
 ///     - inputType _type : assigns the type of the slot
 ///     - slotType _subtype : assigns the subtype of the slot
 /// </summary>
 public Slot(inputType _type, slotType _subtype)
 {
     type    = _type;
     subtype = _subtype;
 }