ConstReverseRandomAccessIterator<TValue> Konstruktory

Definicja

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

_Right
ConstReverseRandomAccessIterator<TValue>

Istniejący ConstReverseRandomAccessIterator<TValue> obiekt do skopiowania 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

_Iter
IRandomAccessIterator<TValue>

Istniejący IRandomAccessIterator<TValue> obiekt do skopiowania 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

_Iter
ReverseRandomAccessIterator<TValue>

Istniejący ReverseRandomAccessIterator<TValue> obiekt do skopiowania do bieżącego kontenera.

Dotyczy