Язык

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().

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к