Buffer.HasArray Property

Definition

Returns true if array and arrayOffset won't throw.

public abstract bool HasArray { [Android.Runtime.Register("hasArray", "()Z", "GetHasArrayHandler")] get; }
[<get: Android.Runtime.Register("hasArray", "()Z", "GetHasArrayHandler")>]
member this.HasArray : bool

Property Value

true if, and only if, this buffer is backed by an array and is not read-only; otherwise, false.

Attributes

Remarks

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.

Applies to