You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/ReadOnlySpan`1.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -379,8 +379,8 @@ This method returns `default` when `array` is `null`.
379
379
</ReturnValue>
380
380
<Parameters />
381
381
<Docs>
382
-
<summary>To be added.</summary>
383
-
<returns>To be added.</returns>
382
+
<summary>A read-only reference to an object of type T that can be used for pinning, and is required to support the use of span within a fixed statement.</summary>
383
+
<returns>A reference to the element of the span at index 0, or <seelangword="null" /> if the span is empty.</returns>
0 commit comments