Java.Util.BitSet.Set Method
Sets the bit at index index to state.

Syntax

[Android.Runtime.Register("set", "(IZ)V", "GetSet_IZHandler")]
public virtual void Set (int pos, bool val)

Parameters

index
Documentation for this section has not yet been entered.
state
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index .

Remarks

Sets the bit at index index to state.

[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