ContainerRandomAccessIterator<TValue>.Increment Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Increments the iterator by one element.
Increment(ContainerRandomAccessIterator<TValue>) |
Increments the iterator by one element. This is the prefix version of the increment operator. |
Increment(Int32, Int32) |
Increments the iterator by one element. This is the postfix version of the increment operator. |
Increments the iterator by one element. This is the prefix version of the increment operator.
public:
void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % unnamedParam1);
public void operator ++(ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> unnamedParam1);
member this.op_Increment : ContainerRandomAccessIterator -> unit
Public op_Increment (ByRef unnamedParam1 As ContainerRandomAccessIterator(Of TValue)) As Void
Parameters
- unnamedParam1
- ContainerRandomAccessIterator<TValue>
The current iterator.
Applies to
.NET Framework 4.8.1 a ďalšie verzie
Produkt | Verzie |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Increments the iterator by one element. This is the postfix version of the increment operator.
public:
void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % , int );
public void operator ++(ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> , int );
member this.op_Increment : * int -> unit
Public op_Increment (ByRef As ContainerRandomAccessIterator(Of TValue), As Integer) As Void
Parameters
- A_0
- Int32
An unused parameter that indicates this is the postfix version of the operator.
Applies to
.NET Framework 4.8.1 a ďalšie verzie
Produkt | Verzie |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: