Skip to content

Commit e2427a4

Browse files
authored
BitArray.CopyTo(Array, Int32) may not use Array.Copy to copy the elements. (#11252)
1 parent 5521b80 commit e2427a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xml/System.Collections/BitArray.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,6 @@
615615
## Remarks
616616
The specified array must be of a compatible type. Only `bool`, `int`, and `byte` types of arrays are supported.
617617
618-
This method uses <xref:System.Array.Copy%2A?displayProperty=nameWithType> to copy the elements.
619-
620618
This method is an `O(n)` operation, where `n` is <xref:System.Collections.BitArray.Count%2A>.
621619
622620

0 commit comments

Comments
 (0)