Java.Text.CollationElementIterator.Reset Method
Repositions the cursor to point at the first element of the current string.

Syntax

[Android.Runtime.Register("reset", "()V", "")]
public void Reset ()

Remarks

Repositions the cursor to point at the first element of the current string. The next call to CollationElementIterator.Next or CollationElementIterator.Previous will return the first and last collation element in the string, respectively.

If the RuleBasedCollator used by this iterator has had its attributes changed, calling reset() reinitializes the iterator to use the new attributes.

[Android Documentation]

Requirements

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