語言

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

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於