Java.Util.BitSet.ToLongArray Method
Returns a new long[] containing a little-endian representation of the bits of this BitSet, suitable for passing to valueOf to reconstruct this BitSet.

Syntax

[Android.Runtime.Register("toLongArray", "()[J", "GetToLongArrayHandler")]
public virtual long[] ToLongArray ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new long[] containing a little-endian representation of the bits of this BitSet, suitable for passing to valueOf to reconstruct this BitSet.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1