Transliterator.Position.Limit Property
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.
Ending index, exclusive, of the text to be transliteratd.
[Android.Runtime.Register("limit", ApiSince=29)]
public int Limit { get; set; }
[<Android.Runtime.Register("limit", ApiSince=29)>]
member this.Limit : int with get, set
Property Value
- Attributes
Remarks
Ending index, exclusive, of the text to be transliteratd. INPUT/OUTPUT parameter: This parameter is updated to reflect changes in the length of the text, but points to the same logical position in the text.
Java documentation for android.icu.text.Transliterator.Position.limit
.
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.