Edit

Share via


ReverseBidirectionalIterator<TValue> Constructors

Definition

Allocates and initializes a new ReverseBidirectionalIterator<TValue> object.

Overloads

ReverseBidirectionalIterator<TValue>()

Allocates and initializes a new ReverseBidirectionalIterator<TValue> object.

public ReverseBidirectionalIterator();

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

ReverseBidirectionalIterator<TValue>(IBidirectionalIterator<TValue>)

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

public ReverseBidirectionalIterator(Microsoft.VisualC.StlClr.Generic.IBidirectionalIterator<TValue> _Iter);

Parameters

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

ReverseBidirectionalIterator<TValue>(ReverseBidirectionalIterator<TValue>)

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

public ReverseBidirectionalIterator(Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> _Right);

Parameters

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