Method Clear
Clear(Int32)
Sets the bit specified by index
to false
.
Declaration
void Clear(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | index, should be non-negative and < Length. The result of passing negative or out of bounds values is undefined by this interface, just don't do it! |