Alexandria.Engines.GoldBox.Resources.ScriptInstruction.GetOperand C# (CSharp) Method

GetOperand() private method

private GetOperand ( int index ) : ScriptOperand
index int
return ScriptOperand
        ScriptOperand GetOperand(int index)
        {
            return index < Operands.Count ? OperandsMutable[index] : ScriptOperand.Empty;
        }