ConstReverseRandomAccessIterator<TValue>.move Method
.NET Framework 3.5
Moves the iterator by the given number of elements.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
Parameters
- _Offset
- Type: System.Int32
The number of elements to traverse. To move the iterator forward, specify a negative number. To move the iterator backward, use a positive number.
Return Value
Type: System.Int32The actual number of elements traversed. This number will differ from _Offset if the beginning or end of the container is reached before iterating the desired number of elements.
Implements
IRandomAccessIterator<TValue>.move(Int32)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.