ReverseBidirectionalIterator<TValue> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい ReverseBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。
オーバーロード
ReverseBidirectionalIterator<TValue>() |
新しい ReverseBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。 |
ReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>) |
既存の ReverseBidirectionalIterator<TValue> オブジェクトから、新しい IBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。 |
ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>) |
既存の ReverseBidirectionalIterator<TValue> オブジェクトから、新しい ReverseBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。 |
ReverseBidirectionalIterator<TValue>()
新しい ReverseBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。
public:
ReverseBidirectionalIterator();
public ReverseBidirectionalIterator ();
Public Sub New ()
適用対象
ReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>)
既存の ReverseBidirectionalIterator<TValue> オブジェクトから、新しい IBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。
public:
ReverseBidirectionalIterator(Microsoft::VisualC::StlClr::Generic::IBidirectionalIterator<TValue> ^ _Iter);
public ReverseBidirectionalIterator (Microsoft.VisualC.StlClr.Generic.IBidirectionalIterator<TValue> _Iter);
new Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<'Value> : Microsoft.VisualC.StlClr.Generic.IBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<'Value>
Public Sub New (_Iter As IBidirectionalIterator(Of TValue))
パラメーター
コピーする既存の IBidirectionalIterator<TValue> オブジェクト。
適用対象
ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)
既存の ReverseBidirectionalIterator<TValue> オブジェクトから、新しい ReverseBidirectionalIterator<TValue> オブジェクトを割り当て、初期化します。
public:
ReverseBidirectionalIterator(Microsoft::VisualC::StlClr::Generic::ReverseBidirectionalIterator<TValue> ^ _Right);
public ReverseBidirectionalIterator (Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<'Value>
Public Sub New (_Right As ReverseBidirectionalIterator(Of TValue))
パラメーター
コピーする既存の ReverseBidirectionalIterator<TValue> オブジェクト。
適用対象
.NET