Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Sets the specified bit to true.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public static void SetBitsTrue(
	BitArray bits,
	int index
)

Parameters

bits
Type: System.Collections..::.BitArray
The BitArray to modify.
index
Type: System..::.Int32
The bit index to set to true.

See Also