/// <summary> /// Releases the resources used associated with the enumerator. /// </summary> public void Dispose() { _internalEnumerator.Dispose(); }