Example #1
0
 /// <summary>
 /// Creates a new instance of type <see cref="QueryEnumerator"/>.
 /// </summary>
 public QueryEnumerator(QueryCollection collection)
 {
     _collection = collection;
 }