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