예제 #1
0
파일: RowGroup.cs 프로젝트: ikvm/ravendb
 public void Clear()
 {
     Data.Clear();
     Ids.Clear();
     LastModified.Clear();
     Count = 0;
 }