ReverseBidirectionalIterator<TValue>.base Method

Definition

Gets the underlying base iterator for the ReverseBidirectionalIterator<TValue> object.

public:
 Microsoft::VisualC::StlClr::Generic::IBidirectionalIterator<TValue> ^ base();
public Microsoft.VisualC.StlClr.Generic.IBidirectionalIterator<TValue> base ();
member this.base : unit -> Microsoft.VisualC.StlClr.Generic.IBidirectionalIterator<'Value>
Public Function base () As IBidirectionalIterator(Of TValue)

Returns

The underlying base iterator for the ReverseBidirectionalIterator<TValue> object.

Applies to