ConstContainerBidirectionalIterator<TValue>.Increment 演算子

定義

1 要素ずつ反復子をインクリメントします。

オーバーロード

Increment(ConstContainerBidirectionalIterator<TValue>)

1 要素ずつ反復子をインクリメントします。 これは前置バージョンのインクリメント演算子です。

Increment(Int32, Int32)

1 要素ずつ反復子をインクリメントします。 これは、後置バージョンのインクリメント演算子です。

Increment(ConstContainerBidirectionalIterator<TValue>)

1 要素ずつ反復子をインクリメントします。 これは前置バージョンのインクリメント演算子です。

public:
 void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ConstContainerBidirectionalIterator<TValue> ^ % unnamedParam1);
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<TValue> unnamedParam1);
member this.op_Increment : ConstContainerBidirectionalIterator -> unit
Public op_Increment (ByRef unnamedParam1 As ConstContainerBidirectionalIterator(Of TValue)) As Void

パラメーター

unnamedParam1
ConstContainerBidirectionalIterator<TValue>

現在の反復子。

適用対象

Increment(Int32, Int32)

1 要素ずつ反復子をインクリメントします。 これは、後置バージョンのインクリメント演算子です。

public:
 void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ConstContainerBidirectionalIterator<TValue> ^ % , int );
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<TValue> , int );
member this.op_Increment :  * int -> unit
Public op_Increment (ByRef  As ConstContainerBidirectionalIterator(Of TValue),  As Integer) As Void

パラメーター

A_0
Int32

これが後置バージョンのインクリメント演算子であることを示す未使用のパラメーター。

適用対象