/// <summary> /// Initializes a new instance of the <see cref="DSVarArgFunction"/> class. /// </summary> /// <param name="descriptor">Function descritor.</param> public DSVarArgFunction(FunctionDescriptor descriptor) : base(new ZeroTouchVarArgNodeController <FunctionDescriptor>(descriptor)) { VarInputController = new ZeroTouchVarInputController(this); defaultNumInputs = descriptor.Parameters.Count(); }
public DSVarArgFunction(FunctionDescriptor descriptor) : base(new ZeroTouchVarArgNodeController <FunctionDescriptor>(descriptor)) { VarInputController = new ZeroTouchVarInputController(this); }
public DSVarArgFunction(FunctionDescriptor descriptor) : base(new ZeroTouchVarArgNodeController(descriptor)) { VarInputController = new ZeroTouchVarInputController(this); }
public DSVarArgFunction(WorkspaceModel workspaceModel, FunctionDescriptor descriptor) : base(workspaceModel, new ZeroTouchVarArgNodeController(workspaceModel.DynamoModel.EngineController, descriptor)) { VarInputController = new ZeroTouchVarInputController(this); }