Java.Text.CollationElementIterator.GetMaxExpansion Method
Returns the maximum length of any expansion sequence that ends with the specified collation element.

Syntax

[Android.Runtime.Register("getMaxExpansion", "(I)I", "")]
public int GetMaxExpansion (int order)

Parameters

order
a collation element that has been previously obtained from a call to either the CollationElementIterator.Next or CollationElementIterator.Previous method.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the maximum length of any expansion sequence that ends with the specified collation element. Returns 1 if there is no expansion with this collation element as the last element.

[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