MessagePattern.Part.Limit Property

Definition

Returns the pattern string limit (exclusive-end) index associated with this Part.

public int Limit { [Android.Runtime.Register("getLimit", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getLimit", "()I", "", ApiSince=24)>]
member this.Limit : int

Property Value

this part's pattern string limit index, same as getIndex()+getLength().

Attributes

Remarks

Returns the pattern string limit (exclusive-end) index associated with this Part. Convenience method for getIndex()+getLength().

Java documentation for android.icu.text.MessagePattern.Part.getLimit().

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