ILookAheadEnumerator T  MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ILookAheadEnumerator T  type exposes the following members.
Methods

  NameDescription
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodOnlineMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from OnlineIEnumerator.)
Public methodOnlineReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from OnlineIEnumerator.)
Back to Top
Properties

  NameDescription
Public propertyOnlineCurrent
Gets the element in the collection at the current position of the enumerator.
(Inherited from OnlineIEnumerator T .)
Public propertyOnlineCurrent
Gets the current element in the collection.
(Inherited from OnlineIEnumerator.)
Public propertyHasNext
Public propertyNext
Back to Top
See Also