Skip to content

Commit e0e2bec

Browse files
authored
BitArray.CopyTo(Array, Int32) may not use Array.Copy to copy the elements.
1 parent ac52319 commit e0e2bec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xml/System.Collections/BitArray.xml

-2
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,6 @@
617617
## Remarks
618618
The specified array must be of a compatible type. Only `bool`, `int`, and `byte` types of arrays are supported.
619619
620-
This method uses <xref:System.Array.Copy%2A?displayProperty=nameWithType> to copy the elements.
621-
622620
This method is an `O(n)` operation, where `n` is <xref:System.Collections.BitArray.Count%2A>.
623621
624622

0 commit comments

Comments
 (0)