Java.Util.ICollection.Iterator Method
Returns an instance of Java.Util.IIterator that may be used to access the objects contained by this Collection.

Syntax

[Android.Runtime.Register("iterator", "()Ljava/util/Iterator;", "GetIteratorHandler:Java.Util.ICollectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IIterator Iterator ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an instance of Java.Util.IIterator that may be used to access the objects contained by this Collection. The order in which the elements are returned by the iterator is not defined. Only if the instance of the Collection has a defined order the elements are returned in that order.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1