Skip to content

Commit 453ea9e

Browse files
author
Ron Petrusha
authored
Added EII boilerplate to GroupCollection member (#2836)
1 parent d66ba00 commit 453ea9e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

xml/System.Text.RegularExpressions/GroupCollection.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,15 @@ This member is an explicit interface member implementation. It can be used only
10641064
<param name="array">The one-dimensional array the collection is to be copied into.</param>
10651065
<param name="arrayIndex">The zero-based index in the destination array where copying is to begin.</param>
10661066
<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+
<format type="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.
1073+
1074+
]]></format>
1075+
</remarks>
10681076
<exception cref="T:System.ArgumentNullException">
10691077
<paramref name="array" /> is null.</exception>
10701078
<exception cref="T:System.IndexOutOfRangeException">

0 commit comments

Comments
 (0)