ReverseRandomAccessIterator<TValue> Konstruktorer

Definition

Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt.

Överlagringar

ReverseRandomAccessIterator<TValue>()

Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt.

public:
 ReverseRandomAccessIterator();
public ReverseRandomAccessIterator();
Public Sub New ()

Gäller för

ReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)

Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt från ett befintligt IRandomAccessIterator<TValue> objekt.

public:
 ReverseRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::IRandomAccessIterator<TValue> ^ _Iter);
public ReverseRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<TValue> _Iter);
new Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value>
Public Sub New (_Iter As IRandomAccessIterator(Of TValue))

Parametrar

_Iter
IRandomAccessIterator<TValue>

Ett befintligt IRandomAccessIterator<TValue> objekt som ska kopieras till den aktuella containern.

Gäller för

ReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)

Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt från ett befintligt ReverseRandomAccessIterator<TValue> objekt.

public:
 ReverseRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Right);
public ReverseRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value>
Public Sub New (_Right As ReverseRandomAccessIterator(Of TValue))

Parametrar

_Right
ReverseRandomAccessIterator<TValue>

Ett befintligt ReverseRandomAccessIterator<TValue> objekt som ska kopieras till den aktuella containern.

Gäller för