ConstContainerBidirectionalIterator<TValue> Constructors

Definitie

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

_Right
ConstContainerBidirectionalIterator<TValue>

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

_Right
ContainerBidirectionalIterator<TValue>

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.

Van toepassing op