This documentation is archived and is not being maintained.

IBaseIterator<TValue> Interface

Defines the base interface for all STL/CLR iterators.

Namespace:  Microsoft.VisualC.StlClr.Generic
Assembly:  Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)

generic<typename TValue>
public interface class IBaseIterator : ICloneable

Type Parameters

TValue

The type of an element in the controlled sequence.

The IBaseIterator<TValue> type exposes the following members.

  NameDescription
Public methodCloneCreates a new object that is a copy of the current instance. (Inherited from ICloneable.)
Public methodcontainerGets the container that the iterator is traversing.
Public methodget_biasGets the bias of the iterator. The bias is the offset of the iterator from element zero.
Public methodget_nodeGets the node, or element, that the iterator is pointing to.
Public methodnextIncrements the iterator to the next position in the underlying container, or to the first position beyond the end of container if the container has been completely traversed.
Public methodvalidDetermines whether the iterator is valid and can be safely used to traverse the underlying container.
Top

.NET Framework

Supported in: 4, 3.5

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: