Initializes a new instance of the Conditional
public ConditionalInstruction();
public Instruction(string name, Condition[] conditions, Instruction[] instructions);
Parameter | Description |
---|---|
name | Specifies the name of the conditional instruction. If the value is null or an empty string, a System. |
conditions | Specifies the conditions of the conditional instruction. If the value is null, an empty array of conditions or at least one of the array elements is null, a System. |
instructions | Specifies the instructions of the conditional instruction. If the value is null, an empty array of instructions, at least one of the array elements is null or the array contains an Instruction element, where its Instruction |