コード例 #1
0
 /// <summary>
 /// Sets the enumerator to its initial position, which is before the first log item of the
 /// first log file. WARNING: This function is not used yet and may not work as expected.
 /// It is implemented as part of the IEnumerator interface and probably does not work
 /// correctly regarding the WaitMode flag because it is re-reading from used readers.
 /// </summary>
 public void Reset()
 {
     reader = firstReader;
     reader.Reset();
 }