RuleBasedCollator.GetCollationElementIterator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetCollationElementIterator(UCharacterIterator) | |
GetCollationElementIterator(ICharacterIterator) | |
GetCollationElementIterator(String) |
GetCollationElementIterator(UCharacterIterator)
[Android.Runtime.Register("getCollationElementIterator", "(Landroid/icu/text/UCharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator (Android.Icu.Text.UCharacterIterator? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Landroid/icu/text/UCharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : Android.Icu.Text.UCharacterIterator -> Android.Icu.Text.CollationElementIterator
Parameters
- source
- UCharacterIterator
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GetCollationElementIterator(ICharacterIterator)
[Android.Runtime.Register("getCollationElementIterator", "(Ljava/text/CharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator (Java.Text.ICharacterIterator? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Ljava/text/CharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : Java.Text.ICharacterIterator -> Android.Icu.Text.CollationElementIterator
Parameters
- source
- ICharacterIterator
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
GetCollationElementIterator(String)
[Android.Runtime.Register("getCollationElementIterator", "(Ljava/lang/String;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator (string? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Ljava/lang/String;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : string -> Android.Icu.Text.CollationElementIterator
Parameters
- source
- String
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.