System::Collections::BitArray::Remove method
BitArray::Remove method
Returns first occurance of specified value. Not implemented.
bool System::Collections::BitArray::Remove(const bool &item) override
Parameter | Type | Description |
---|---|---|
item | const bool& | Value to remove. |
ReturnValue
true if value is found and removed, false otherwise.
See Also
- Class BitArray
- Namespace System::Collections
- Library Aspose.PUB for C++