ObjectStreamField.Offset 属性

定义

注意

Please use SetOffset() instead. This setter is not really public in Android API and will vanish in the future versions.

实例数据中字段的偏移量。

public virtual int Offset { [Android.Runtime.Register("getOffset", "()I", "GetGetOffsetHandler")] get; [Android.Runtime.Register("setOffset", "(I)V", "GetSetOffset_IHandler")] [System.Obsolete("Please use SetOffset() instead. This setter is not really public in Android API and will vanish in the future versions.")] set; }
[<get: Android.Runtime.Register("getOffset", "()I", "GetGetOffsetHandler")>]
[<set: Android.Runtime.Register("setOffset", "(I)V", "GetSetOffset_IHandler")>]
[<set: System.Obsolete("Please use SetOffset() instead. This setter is not really public in Android API and will vanish in the future versions.")>]
member this.Offset : int with get, set

属性值

此字段的偏移量

属性

注解

实例数据中字段的偏移量。

Java文档java.io.ObjectStreamField.getOffset()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于