ConstContainerRandomAccessIterator<TValue> Constructors

Definition

Allocates and initializes a new ConstContainerRandomAccessIterator<TValue> object.

Overloads

ConstContainerRandomAccessIterator<TValue>()

Allocates and initializes a new ConstContainerRandomAccessIterator<TValue> object.

C#
public ConstContainerRandomAccessIterator();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ConstContainerRandomAccessIterator<TValue>(ConstContainerRandomAccessIterator<TValue>)

Allocates and initializes a new ConstContainerRandomAccessIterator<TValue> object from an existing ConstContainerRandomAccessIterator<TValue> object.

C#
public ConstContainerRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Right);

Parameters

_Right
ConstContainerRandomAccessIterator<TValue>

An existing ConstContainerRandomAccessIterator<TValue> object to be copied to the current container.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ConstContainerRandomAccessIterator<TValue>(ContainerRandomAccessIterator<TValue>)

Allocates and initializes a new ConstContainerRandomAccessIterator<TValue> object from an existing ContainerRandomAccessIterator<TValue> object.

C#
public ConstContainerRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);

Parameters

_Right
ContainerRandomAccessIterator<TValue>

An existing ContainerRandomAccessIterator<TValue> object to be copied to the current container.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

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

Allocates and initializes a new ConstContainerRandomAccessIterator<TValue> object from an existing IRandomAccessContainer<TValue> object.

C#
public ConstContainerRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.IRandomAccessContainer<TValue> _Cont, int _Offset);

Parameters

_Cont
IRandomAccessContainer<TValue>

An existing IRandomAccessContainer<TValue> object to be copied to the current container.

_Offset
Int32

The offset of the element that the iterator will point to after creation.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1