ConstReverseBidirectionalIterator<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 ConstReverseBidirectionalIterator<TValue> objekt.
Överlagringar
| Name | Description |
|---|---|
| ConstReverseBidirectionalIterator<TValue>() |
Allokerar och initierar ett nytt ConstReverseBidirectionalIterator<TValue> objekt. |
| ConstReverseBidirectionalIterator<TValue>(ConstReverseBidirectionalIterator<TValue>) |
Allokerar och initierar ett nytt ConstReverseBidirectionalIterator<TValue> objekt från ett befintligt ConstReverseBidirectionalIterator<TValue> objekt. |
| ConstReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>) |
Allokerar och initierar ett nytt ConstReverseBidirectionalIterator<TValue> objekt från ett befintligt IBidirectionalIterator<TValue> objekt. |
| ConstReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>) |
Allokerar och initierar ett nytt ConstReverseBidirectionalIterator<TValue> objekt från ett befintligt ReverseBidirectionalIterator<TValue> objekt. |
ConstReverseBidirectionalIterator<TValue>()
Allokerar och initierar ett nytt ConstReverseBidirectionalIterator<TValue> objekt.
public:
ConstReverseBidirectionalIterator();
public ConstReverseBidirectionalIterator();
Public Sub New ()
Gäller för
ConstReverseBidirectionalIterator<TValue>(ConstReverseBidirectionalIterator<TValue>)
Allokerar och initierar ett nytt ConstReverseBidirectionalIterator<TValue> objekt från ett befintligt ConstReverseBidirectionalIterator<TValue> objekt.
public:
ConstReverseBidirectionalIterator(Microsoft::VisualC::StlClr::Generic::ConstReverseBidirectionalIterator<TValue> ^ _Right);
public ConstReverseBidirectionalIterator(Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value>
Public Sub New (_Right As ConstReverseBidirectionalIterator(Of TValue))
Parametrar
Ett befintligt ConstReverseBidirectionalIterator<TValue> objekt som ska kopieras.
Gäller för
ConstReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>)
Allokerar och initierar ett nytt ConstReverseBidirectionalIterator<TValue> objekt från ett befintligt IBidirectionalIterator<TValue> objekt.
public:
ConstReverseBidirectionalIterator(Microsoft::VisualC::StlClr::Generic::IBidirectionalIterator<TValue> ^ _Iter);
public ConstReverseBidirectionalIterator(Microsoft.VisualC.StlClr.Generic.IBidirectionalIterator<TValue> _Iter);
new Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> : Microsoft.VisualC.StlClr.Generic.IBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value>
Public Sub New (_Iter As IBidirectionalIterator(Of TValue))
Parametrar
Ett befintligt IBidirectionalIterator<TValue> objekt som ska kopieras.
Gäller för
ConstReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)
Allokerar och initierar ett nytt ConstReverseBidirectionalIterator<TValue> objekt från ett befintligt ReverseBidirectionalIterator<TValue> objekt.
public:
ConstReverseBidirectionalIterator(Microsoft::VisualC::StlClr::Generic::ReverseBidirectionalIterator<TValue> ^ _Iter);
public ConstReverseBidirectionalIterator(Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> _Iter);
new Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value>
Public Sub New (_Iter As ReverseBidirectionalIterator(Of TValue))
Parametrar
Ett befintligt ReverseBidirectionalIterator<TValue> objekt som ska kopieras.