Java.Util.BitSet.Set Method
Sets the range of bits [fromIndex, toIndex).

Syntax

[Android.Runtime.Register("set", "(II)V", "GetSet_IIHandler")]
public virtual void Set (int pos1, int pos2)

Parameters

fromIndex
Documentation for this section has not yet been entered.
toIndex
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif fromIndex or toIndex is negative, or if toIndex is smaller than fromIndex.

Remarks

Sets the range of bits [fromIndex, toIndex).

[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