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.Text.RegularExpressions/GroupCollection.xml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1064,7 +1064,15 @@ This member is an explicit interface member implementation. It can be used only
1064
1064
<paramname="array">The one-dimensional array the collection is to be copied into.</param>
1065
1065
<paramname="arrayIndex">The zero-based index in the destination array where copying is to begin.</param>
1066
1066
<summary>Copies all the elements of the collection to the specified array beginning at the specified index.</summary>
1067
-
<remarks>To be added.</remarks>
1067
+
<remarks>
1068
+
<formattype="text/markdown"><![CDATA[
1069
+
1070
+
## Remarks
1071
+
1072
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Text.RegularExpressions.GroupCollection> instance is cast to an <xref:System.Collections.ICollection> interface.
0 commit comments