Skip to content

Commit f6c994f

Browse files
committed
Correct some missing documentation
Missing tag headings
1 parent 1cc876e commit f6c994f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.Data.SqlClient/ref/Microsoft.Data.SqlClient.Batch.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ public class SqlBatchCommandCollection : System.Data.Common.DbBatchCommandCollec
110110
public override bool Remove(System.Data.Common.DbBatchCommand item) => throw null;
111111
/// <inheritdoc />
112112
public override void RemoveAt(int index) => throw null;
113+
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/this1/*'/>
113114
Microsoft.Data.SqlClient.SqlBatchCommand System.Collections.Generic.IList<SqlBatchCommand>.this[int index] { get => throw null; set { } }
114-
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/this/*'/>
115+
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/this2/*'/>
115116
public new Microsoft.Data.SqlClient.SqlBatchCommand this[int index] { get => throw null; set { } }
116117
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null;
117118
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/GetBatchCommand/*'/>

0 commit comments

Comments
 (0)