JavaInt64Array Class

Definition

[Java.Interop.JniTypeSignature("J", ArrayRank=1, IsKeyword=true)]
public sealed class JavaInt64Array : Java.Interop.JavaPrimitiveArray<long>
[<Java.Interop.JniTypeSignature("J", ArrayRank=1, IsKeyword=true)>]
type JavaInt64Array = class
    inherit JavaPrimitiveArray<int64>
Inheritance
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.

Constructors

Properties

IsReadOnly (Inherited from JavaArray<T>)
Item[Int32] (Inherited from JavaPrimitiveArray<T>)
JniIdentityHashCode (Inherited from JavaObject)
JniManagedPeerState (Inherited from JavaObject)
JniPeerMembers (Inherited from JavaObject)
Length (Inherited from JavaArray<T>)
PeerReference (Inherited from JavaObject)

Methods

Explicit Interface Implementations

Extension Methods

Applies to