From e0e2bec9c2a252829cf92e3b3e594946e1a94dd4 Mon Sep 17 00:00:00 2001 From: tfenise Date: Sun, 27 Apr 2025 23:58:28 +0200 Subject: [PATCH] BitArray.CopyTo(Array, Int32) may not use Array.Copy to copy the elements. --- xml/System.Collections/BitArray.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/xml/System.Collections/BitArray.xml b/xml/System.Collections/BitArray.xml index 909524711c5..12e9c39bd64 100644 --- a/xml/System.Collections/BitArray.xml +++ b/xml/System.Collections/BitArray.xml @@ -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 to copy the elements. - This method is an `O(n)` operation, where `n` is .