RuleBasedCollator.Version 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.
Get the version of this collator object.
public override Android.Icu.Util.VersionInfo? Version { [Android.Runtime.Register("getVersion", "()Landroid/icu/util/VersionInfo;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getVersion", "()Landroid/icu/util/VersionInfo;", "", ApiSince=24)>]
member this.Version : Android.Icu.Util.VersionInfo
Property Value
the version object associated with this collator
- Attributes
Remarks
Get the version of this collator object.
Java documentation for android.icu.text.RuleBasedCollator.getVersion()
.
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.