private static void WriteSubRowKey(StreamWriter s, Ex.IRow row) { var subRow = (Ex.Variant2.SubRow)row; s.Write(subRow.FullKey); }
private static void WriteRowKey(StreamWriter s, Ex.IRow row) => s.Write(row.Key);