ConstContainerRandomAccessIterator<TValue> Constructors

Definitie

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

Overloads

Name Description
ConstContainerRandomAccessIterator<TValue>()

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

ConstContainerRandomAccessIterator<TValue>(ConstContainerRandomAccessIterator<TValue>)

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

ConstContainerRandomAccessIterator<TValue>(ContainerRandomAccessIterator<TValue>)

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

ConstContainerRandomAccessIterator<TValue>(IRandomAccessContainer<TValue>, Int32)

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

ConstContainerRandomAccessIterator<TValue>()

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

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

Van toepassing op

ConstContainerRandomAccessIterator<TValue>(ConstContainerRandomAccessIterator<TValue>)

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

public:
 ConstContainerRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ _Right);
public ConstContainerRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value>
Public Sub New (_Right As ConstContainerRandomAccessIterator(Of TValue))

Parameters

_Right
ConstContainerRandomAccessIterator<TValue>

Een bestaand ConstContainerRandomAccessIterator<TValue> object dat naar de huidige container moet worden gekopieerd.

Van toepassing op

ConstContainerRandomAccessIterator<TValue>(ContainerRandomAccessIterator<TValue>)

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

public:
 ConstContainerRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ _Right);
public ConstContainerRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value>
Public Sub New (_Right As ContainerRandomAccessIterator(Of TValue))

Parameters

_Right
ContainerRandomAccessIterator<TValue>

Een bestaand ContainerRandomAccessIterator<TValue> object dat naar de huidige container moet worden gekopieerd.

Van toepassing op

ConstContainerRandomAccessIterator<TValue>(IRandomAccessContainer<TValue>, Int32)

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

public:
 ConstContainerRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::IRandomAccessContainer<TValue> ^ _Cont, int _Offset);
public ConstContainerRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.IRandomAccessContainer<TValue> _Cont, int _Offset);
new Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.IRandomAccessContainer<'Value> * int -> Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value>
Public Sub New (_Cont As IRandomAccessContainer(Of TValue), _Offset As Integer)

Parameters

_Cont
IRandomAccessContainer<TValue>

Een bestaand IRandomAccessContainer<TValue> object dat naar de huidige container moet worden gekopieerd.

_Offset
Int32

De verschuiving van het element waarnaar de iterator verwijst na het maken.

Van toepassing op