Example #1
0
 /// <devdoc>
 /// Returns the enumerator to the start of the sequence.
 /// </devdoc>
 public void Reset()
 {
     _enumerator.Reset();
     _currentValue = s_noMoreValues;
 }
 /// <include file='doc\SafeNativeMethods.uex' path='docs/doc[@for="SafeNativeMethods.EnumVariant.Reset"]/*' />
 /// <devdoc>
 /// Returns the enumerator to the start of the sequence.
 /// </devdoc>
 public void Reset()
 {
     enumerator.Reset();
     currentValue = NoMoreValues;
 }