共用方式為


Collator.ReorderCodes.Symbol Field

Definition

Caution

Use 'Android.Icu.Text.Collator.IReorderCodes.Symbol'. This class will be removed in a future release.

Characters with the symbol property.

[Android.Runtime.Register("SYMBOL", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Text.Collator.IReorderCodes.Symbol'. This class will be removed in a future release.")]
public const int Symbol = 4098;
[<Android.Runtime.Register("SYMBOL", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Text.Collator.IReorderCodes.Symbol'. This class will be removed in a future release.")>]
val mutable Symbol : int

Field Value

Value = 4098
Attributes

Remarks

Characters with the symbol property. This is equivalent to the rule value "symbol".

Java documentation for android.icu.text.Collator.ReorderCodes.SYMBOL.

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