示例#1
0
 /// <summary>
 /// The method that execute the condition
 /// </summary>
 public void Execute()
 {
     _nextElement = _condition.ExecuteCondition();
 }