示例#1
0
文件: coretmpl.cs 项目: kwanboy/mcs
 public void advance()
 {
     m_current = m_current.next();
 }