This interface extends the IEnumerator interface to allow insertion of data and move to previous entries in a collection.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface Cursor Implements IEnumerator |
C# |
---|
public interface Cursor : IEnumerator |
C++ |
---|
interface class Cursor : IEnumerator |
J# |
---|
public interface Cursor implements IEnumerator |
JScript |
---|
public interface Cursor extends IEnumerator |