Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions xml/System.Collections/BitArray.xml
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,6 @@
## Remarks
The specified array must be of a compatible type. Only `bool`, `int`, and `byte` types of arrays are supported.

This method uses <xref:System.Array.Copy%2A?displayProperty=nameWithType> to copy the elements.

This method is an `O(n)` operation, where `n` is <xref:System.Collections.BitArray.Count%2A>.


Expand Down