ConstReverseBidirectionalIterator<TValue> Constructors

Definitie

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert het.

Overloads

Name Description
ConstReverseBidirectionalIterator<TValue>()

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert het.

ConstReverseBidirectionalIterator<TValue>(ConstReverseBidirectionalIterator<TValue>)

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand ConstReverseBidirectionalIterator<TValue> object.

ConstReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>)

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand IBidirectionalIterator<TValue> object.

ConstReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand ReverseBidirectionalIterator<TValue> object.

ConstReverseBidirectionalIterator<TValue>()

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert het.

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

Van toepassing op

ConstReverseBidirectionalIterator<TValue>(ConstReverseBidirectionalIterator<TValue>)

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand ConstReverseBidirectionalIterator<TValue> object.

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))

Parameters

_Right
ConstReverseBidirectionalIterator<TValue>

Een bestaand ConstReverseBidirectionalIterator<TValue> object dat moet worden gekopieerd.

Van toepassing op

ConstReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>)

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand IBidirectionalIterator<TValue> object.

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))

Parameters

_Iter
IBidirectionalIterator<TValue>

Een bestaand IBidirectionalIterator<TValue> object dat moet worden gekopieerd.

Van toepassing op

ConstReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)

Wijst een nieuw ConstReverseBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand ReverseBidirectionalIterator<TValue> object.

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))

Parameters

_Iter
ReverseBidirectionalIterator<TValue>

Een bestaand ReverseBidirectionalIterator<TValue> object dat moet worden gekopieerd.

Van toepassing op