JavaInt16Array Class
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.
[Java.Interop.JniTypeSignature("S", ArrayRank=1, IsKeyword=true)]
public sealed class JavaInt16Array : Java.Interop.JavaPrimitiveArray<short>
[<Java.Interop.JniTypeSignature("S", ArrayRank=1, IsKeyword=true)>]
type JavaInt16Array = class
inherit JavaPrimitiveArray<int16>
- 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
JavaInt16Array(IEnumerable<Int16>) | |
JavaInt16Array(IList<Int16>) | |
JavaInt16Array(Int32) | |
JavaInt16Array(JniObjectReference, JniObjectReferenceOptions) |
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
ToInteroperableCollection<T>(ICollection<T>) | |
ToInteroperableCollection<T>(IList<T>) | |
GetJniTypeName(IJavaPeerable) |