示例#1
0
文件: RowGroup.cs 项目: ikvm/ravendb
 public void Clear()
 {
     Data.Clear();
     Ids.Clear();
     LastModified.Clear();
     Count = 0;
 }