ConstContainerBidirectionalIterator<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 ConstContainerBidirectionalIterator<TValue> object toe en initialiseert het.
Overloads
| Name | Description |
|---|---|
| ConstContainerBidirectionalIterator<TValue>() |
Wijst een nieuw ConstContainerBidirectionalIterator<TValue> object toe en initialiseert het. |
| ConstContainerBidirectionalIterator<TValue>(ConstContainerBidirectionalIterator<TValue>) |
Wijst een nieuw ConstContainerBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand ConstContainerBidirectionalIterator<TValue> object. |
| ConstContainerBidirectionalIterator<TValue>(ContainerBidirectionalIterator<TValue>) |
Wijst een nieuw ConstContainerBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand ContainerBidirectionalIterator<TValue> object. |
| ConstContainerBidirectionalIterator<TValue>(INode<TValue>) |
Hiermee wordt een nieuw ConstContainerBidirectionalIterator<TValue> object toegewezen en geïnitialiseerd dat verwijst naar het opgegeven knooppunt. |
ConstContainerBidirectionalIterator<TValue>()
Wijst een nieuw ConstContainerBidirectionalIterator<TValue> object toe en initialiseert het.
public:
ConstContainerBidirectionalIterator();
public ConstContainerBidirectionalIterator();
Public Sub New ()
Van toepassing op
ConstContainerBidirectionalIterator<TValue>(ConstContainerBidirectionalIterator<TValue>)
Wijst een nieuw ConstContainerBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand ConstContainerBidirectionalIterator<TValue> object.
public:
ConstContainerBidirectionalIterator(Microsoft::VisualC::StlClr::Generic::ConstContainerBidirectionalIterator<TValue> ^ _Right);
public ConstContainerBidirectionalIterator(Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<'Value>
Public Sub New (_Right As ConstContainerBidirectionalIterator(Of TValue))
Parameters
Een bestaand ConstContainerBidirectionalIterator<TValue> object dat moet worden gekopieerd.
Van toepassing op
ConstContainerBidirectionalIterator<TValue>(ContainerBidirectionalIterator<TValue>)
Wijst een nieuw ConstContainerBidirectionalIterator<TValue> object toe en initialiseert dit van een bestaand ContainerBidirectionalIterator<TValue> object.
public:
ConstContainerBidirectionalIterator(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ _Right);
public ConstContainerBidirectionalIterator(Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<'Value>
Public Sub New (_Right As ContainerBidirectionalIterator(Of TValue))
Parameters
Een bestaand ContainerBidirectionalIterator<TValue> object dat moet worden gekopieerd.
Van toepassing op
ConstContainerBidirectionalIterator<TValue>(INode<TValue>)
Hiermee wordt een nieuw ConstContainerBidirectionalIterator<TValue> object toegewezen en geïnitialiseerd dat verwijst naar het opgegeven knooppunt.
public:
ConstContainerBidirectionalIterator(Microsoft::VisualC::StlClr::Generic::INode<TValue> ^ _Node);
public ConstContainerBidirectionalIterator(Microsoft.VisualC.StlClr.Generic.INode<TValue> _Node);
new Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<'Value> : Microsoft.VisualC.StlClr.Generic.INode<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerBidirectionalIterator<'Value>
Public Sub New (_Node As INode(Of TValue))
Parameters
- _Node
- INode<TValue>
Het knooppunt waarnaar de iterator verwijst.