ReverseBidirectionalIterator<TValue> Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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>) |
Varolan IBidirectionalIterator<TValue> bir nesneden yeni ReverseBidirectionalIterator<TValue> bir nesne ayırır ve başlatır. |
ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>) |
Varolan 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>)
Varolan 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
Kopyalanacak mevcut IBidirectionalIterator<TValue> bir nesne.
Şunlara uygulanır
ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)
Varolan 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
Kopyalanacak mevcut ReverseBidirectionalIterator<TValue> bir nesne.