ObjectStreamConstants.ScEnum フィールド

定義

注意事項

Use 'Java.IO.IObjectStreamConstants.ScEnum'. This class will be removed in a future release.

ObjectStreamClass フラグのビット マスク。

[Android.Runtime.Register("SC_ENUM")]
[System.Obsolete("Use 'Java.IO.IObjectStreamConstants.ScEnum'. This class will be removed in a future release.")]
public const sbyte ScEnum = 16;
[<Android.Runtime.Register("SC_ENUM")>]
[<System.Obsolete("Use 'Java.IO.IObjectStreamConstants.ScEnum'. This class will be removed in a future release.")>]
val mutable ScEnum : sbyte

フィールド値

Value = 16
属性

注釈

ObjectStreamClass フラグのビット マスク。 クラスが列挙型であることを示します。

1\.5 で追加されました。

の Java ドキュメント java.io.ObjectStreamConstants.SC_ENUM

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象