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