ConstReverseBidirectionalIterator<TValue> Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
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
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
Een bestaand ReverseBidirectionalIterator<TValue> object dat moet worden gekopieerd.