Aracılığıyla paylaş


ReverseBidirectionalIterator<TValue> Oluşturucular

Tanım

Yeni ReverseBidirectionalIterator<TValue> bir nesne ayırır ve başlatır.

Aşırı Yüklemeler

ReverseBidirectionalIterator<TValue>()

Yeni ReverseBidirectionalIterator<TValue> bir nesne ayırır ve başlatır.

ReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>)

Var olan IBidirectionalIterator<TValue> bir nesneden yeni ReverseBidirectionalIterator<TValue> bir nesne ayırır ve başlatır.

ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)

Var olan ReverseBidirectionalIterator<TValue> bir nesneden yeni ReverseBidirectionalIterator<TValue> bir nesne ayırır ve başlatır.

ReverseBidirectionalIterator<TValue>()

Yeni ReverseBidirectionalIterator<TValue> bir nesne ayırır ve başlatır.

public:
 ReverseBidirectionalIterator();
public ReverseBidirectionalIterator ();
Public Sub New ()

Şunlara uygulanır

ReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>)

Var olan IBidirectionalIterator<TValue> bir nesneden yeni ReverseBidirectionalIterator<TValue> bir nesne ayırır ve başlatır.

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))

Parametreler

_Iter
IBidirectionalIterator<TValue>

Kopyalanacak mevcut IBidirectionalIterator<TValue> bir nesne.

Şunlara uygulanır

ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)

Var olan ReverseBidirectionalIterator<TValue> bir nesneden yeni ReverseBidirectionalIterator<TValue> bir nesne ayırır ve başlatır.

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))

Parametreler

Şunlara uygulanır