Show / Hide Table of Contents

Class Iterator<T>

Inheritance
System.Object
Iterator<T>
FDFFieldIterator
CharIterator
DigitalSignatureFieldIterator
FieldIterator
FontCharCodeIterator
GSChangesIterator
PageIterator
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.Common
Assembly: PDFNetAndroid.dll
Syntax
public abstract class Iterator<T> : IDisposable
Type Parameters
Name Description
T

Methods

Current()

Declaration
public abstract T Current()
Returns
Type Description
T

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Finalize()

Declaration
protected void Finalize()

HasNext()

Determine if true if the iteration has more elements.

Declaration
public bool HasNext()
Returns
Type Description
System.Boolean

true if the iteration has more elements.

Next()

iterates to next T object

Declaration
public void Next()

op_Assign(Iterator<T>)

Declaration
public Iterator<T> op_Assign(Iterator<T> other)
Parameters
Type Name Description
Iterator<T> other
Returns
Type Description
Iterator<T>

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX