Exemple #1
0
 /// <summary>
 /// Repositions the stream at the beginning and the previously seen object
 /// sequence will be repeated exactly. This method can be used to re-read the
 /// stream if multiple passes over the objects are required.
 /// </summary>
 public void Reset()
 {
     adSentenceStream.Reset();
 }