예제 #1
0
 internal void ResetGroup(CollectionViewGroupRoot group)
 {
     this._group = group;
     this._index = 0;
 }
예제 #2
0
 // Methods
 internal CollectionViewGroupComparer(CollectionViewGroupRoot group)
 {
     this.ResetGroup(group);
 }