IEnumSequence Interface

Provides access to members that enumerate sequence information.

Members

Name Description
Method Next Retrieve the next sequence in this enumerator.
Method Reset Reset the enumerator to the beginning.

IEnumSequence.Next Method

Retrieve the next sequence in this enumerator.

Public Function Next ( _
) As ISequence
public ISequence Next (
);

IEnumSequence.Reset Method

Reset the enumerator to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumSequence

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.