ObjectStreamField.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use SetOffset() instead. This setter is not really public in Android API and will vanish in the future versions.
Offset of field within instance data. -or- Offset within instance data.
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
Property Value
the offset of this field
- Attributes
Remarks
Property getter documentation:
Offset of field within instance data.
Java documentation for java.io.ObjectStreamField.getOffset()
.
Property setter documentation:
Offset within instance data.
Java documentation for java.io.ObjectStreamField.setOffset(int)
.
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.