Ejemplo n.º 1
0
 public GroupEnumerator(GroupByEnumerator g)
 {
     this.g          = g;
     this.en         = g.en;
     this.field      = g.field;
     this.groupValue = xbind.Resolve(en.Current, field);
 }
			public GroupEnumerator(GroupByEnumerator g)
			{
				this.g = g;
				this.en = g.en;
				this.field = g.field;
				this.groupValue = xbind.Resolve(en.Current, field);
			}