This topic has not yet been rated - Rate this topic

EmptyEnumerator Methods

(see also Protected Methods )
  Name Description
ms212152.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms212152.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms212152.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms212152.pubmethod(en-US,SQL.90).gif MoveNext
Advances the enumerator to the next element of the collection. The EmptyEnumerator returns false for this method, because there is no object to move to in the empty collection.
ms212152.pubmethod(en-US,SQL.90).gif ms212152.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212152.pubmethod(en-US,SQL.90).gif Reset
Sets the enumerator to its initial position, which is before the first element in the collection.
ms212152.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
  Name Description
ms212152.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms212152.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.