We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da15915 commit 1bc5416Copy full SHA for 1bc5416
xml/System.Collections.Immutable/ImmutableArray`1.xml
@@ -3728,7 +3728,7 @@ This member is an explicit interface member implementation. It can be used only
3728
<format type="text/markdown"><![CDATA[
3729
3730
## Remarks
3731
- This is an O(1) operation and results in only a single (small) memory allocation. The mutable list that is returned is not thread-safe.
+ This is an O(n) operation and copies all the elements of the immutable array into the Builder. The mutable list that is returned is not thread-safe.
3732
3733
]]></format>
3734
</remarks>
0 commit comments