Java.Util.BitSet.Get Method
Returns the bit at index index.

Syntax

[Android.Runtime.Register("get", "(I)Z", "GetGet_IHandler")]
public virtual bool Get (int pos)

Parameters

index
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index .

Remarks

Returns the bit at index index. Indexes greater than the current length return false.

[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