JavaSByteArray Constructors

Definition

Overloads

JavaSByteArray(IEnumerable<SByte>)
JavaSByteArray(IList<SByte>)
JavaSByteArray(Int32)
JavaSByteArray(JniObjectReference, JniObjectReferenceOptions)

JavaSByteArray(IEnumerable<SByte>)

public JavaSByteArray (System.Collections.Generic.IEnumerable<sbyte> value);
new Java.Interop.JavaSByteArray : seq<sbyte> -> Java.Interop.JavaSByteArray

Parameters

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

JavaSByteArray(IList<SByte>)

public JavaSByteArray (System.Collections.Generic.IList<sbyte> value);
new Java.Interop.JavaSByteArray : System.Collections.Generic.IList<sbyte> -> Java.Interop.JavaSByteArray

Parameters

value
IList<SByte>

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

JavaSByteArray(Int32)

public JavaSByteArray (int length);
new Java.Interop.JavaSByteArray : int -> Java.Interop.JavaSByteArray

Parameters

length
Int32

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

JavaSByteArray(JniObjectReference, JniObjectReferenceOptions)

public JavaSByteArray (ref Java.Interop.JniObjectReference handle, Java.Interop.JniObjectReferenceOptions options);
new Java.Interop.JavaSByteArray : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JavaSByteArray

Parameters

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