ConstReverseRandomAccessIterator<TValue> Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt.
Przeciążenia
ConstReverseRandomAccessIterator<TValue>() |
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt. |
ConstReverseRandomAccessIterator<TValue>(ConstReverseRandomAccessIterator<TValue>) |
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt z istniejącego ConstReverseRandomAccessIterator<TValue> obiektu. |
ConstReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>) |
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt z istniejącego IRandomAccessIterator<TValue> obiektu. |
ConstReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>) |
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt z istniejącego ReverseRandomAccessIterator<TValue> obiektu. |
ConstReverseRandomAccessIterator<TValue>()
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt.
public:
ConstReverseRandomAccessIterator();
public ConstReverseRandomAccessIterator ();
Public Sub New ()
Dotyczy
ConstReverseRandomAccessIterator<TValue>(ConstReverseRandomAccessIterator<TValue>)
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt z istniejącego ConstReverseRandomAccessIterator<TValue> obiektu.
public:
ConstReverseRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public ConstReverseRandomAccessIterator (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value>
Public Sub New (_Right As ConstReverseRandomAccessIterator(Of TValue))
Parametry
Istniejący ConstReverseRandomAccessIterator<TValue> obiekt, który ma zostać skopiowany do bieżącego kontenera.
Dotyczy
ConstReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt z istniejącego IRandomAccessIterator<TValue> obiektu.
public:
ConstReverseRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::IRandomAccessIterator<TValue> ^ _Iter);
public ConstReverseRandomAccessIterator (Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<TValue> _Iter);
new Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value>
Public Sub New (_Iter As IRandomAccessIterator(Of TValue))
Parametry
Istniejący IRandomAccessIterator<TValue> obiekt, który ma zostać skopiowany do bieżącego kontenera.
Dotyczy
ConstReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)
Przydziela i inicjuje nowy ConstReverseRandomAccessIterator<TValue> obiekt z istniejącego ReverseRandomAccessIterator<TValue> obiektu.
public:
ConstReverseRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Iter);
public ConstReverseRandomAccessIterator (Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Iter);
new Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value>
Public Sub New (_Iter As ReverseRandomAccessIterator(Of TValue))
Parametry
Istniejący ReverseRandomAccessIterator<TValue> obiekt, który ma zostać skopiowany do bieżącego kontenera.