示例#1
0
 public bool IsFinish()
 {
     return(m_Condition.IsFinish());
 }
示例#2
0
 public bool MoveNext()
 {
     return(!m_Condition.IsFinish());
 }