DequeEnumerator<TValue> Class
Supports simple iteration over any STL/CLR object that implements the IDeque<TValue> interface.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
Microsoft.VisualC.StlClr::DequeEnumeratorBase<TValue>
Microsoft.VisualC.StlClr::DequeEnumerator<TValue>
| Name | Description | |
|---|---|---|
![]() | DequeEnumerator<TValue>(IDeque<TValue>^, Int32) | Allocates and initializes a new DequeEnumerator<TValue> object. |
| Name | Description | |
|---|---|---|
![]() | Current | Gets or sets the current element in the collection. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Frees, releases, or resets unmanaged resources that are used by the DequeEnumerator<TValue> object. |
![]() | Dispose(Boolean) | Frees, releases, or resets unmanaged resources that are used by the DequeEnumerator<TValue> object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | MoveNext() | Advances the enumerator to the next element in the collection.(Overrides DequeEnumeratorBase<TValue>::MoveNext().) |
![]() | Reset() | Sets the enumerator to its initial position, which is before the first element in the collection.(Overrides DequeEnumeratorBase<TValue>::Reset().) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Some methods, especially operators, declare a type for a parameter but do not specify a parameter name. Such a parameter is known as an unnamed parameter. In the documentation for these methods, the __unnamed0 placeholder represents the unnamed parameter.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


