ReverseBidirectionalIterator<TValue> Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Allokerar och initierar ett nytt ReverseBidirectionalIterator<TValue> objekt.
Överlagringar
| Name | Description |
|---|---|
| ReverseBidirectionalIterator<TValue>() |
Allokerar och initierar ett nytt ReverseBidirectionalIterator<TValue> objekt. |
| ReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>) |
Allokerar och initierar ett nytt ReverseBidirectionalIterator<TValue> objekt från ett befintligt IBidirectionalIterator<TValue> objekt. |
| ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>) |
Allokerar och initierar ett nytt ReverseBidirectionalIterator<TValue> objekt från ett befintligt ReverseBidirectionalIterator<TValue> objekt. |
ReverseBidirectionalIterator<TValue>()
Allokerar och initierar ett nytt ReverseBidirectionalIterator<TValue> objekt.
public:
ReverseBidirectionalIterator();
public ReverseBidirectionalIterator();
Public Sub New ()
Gäller för
ReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>)
Allokerar och initierar ett nytt ReverseBidirectionalIterator<TValue> objekt från ett befintligt IBidirectionalIterator<TValue> objekt.
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))
Parametrar
Ett befintligt IBidirectionalIterator<TValue> objekt som ska kopieras.
Gäller för
ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)
Allokerar och initierar ett nytt ReverseBidirectionalIterator<TValue> objekt från ett befintligt ReverseBidirectionalIterator<TValue> objekt.
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))
Parametrar
Ett befintligt ReverseBidirectionalIterator<TValue> objekt som ska kopieras.