IBidirectionalIterator<TValue> Interface
.NET Framework (current version)
Interface for an iterator that can access elements in a container in the forward direction by using the increment operator and in the backward direction by using the decrement operator. The element that the iterator points to can be both written to and read from any number of times. Bidirectional iterators can be used anywhere an input or output iterator is required.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
| Name | Description | |
|---|---|---|
![]() | prev() | Positions the iterator to the element immediately before the current element. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
