示例#1
0
 public void ToFile(SaveFile lSaveFile)
 {
     foreach (SGFToken lSGFToken in Tokens)
         if (lSGFToken.Type != TokenType.DELETED)
             lSaveFile.Write(lSGFToken.ToString());
 }