ObjectStreamField.Offset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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()。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。