Skip to content

Commit 862d02f

Browse files
author
Ron Petrusha
authored
Corrected constructor parameter descriptions (#2015)
1 parent ccd95d1 commit 862d02f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

xml/System.DirectoryServices/DirectoryVirtualListView.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ foreach(SearchResult res in src.FindAll() )
116116
<Parameter Name="afterCount" Type="System.Int32" />
117117
</Parameters>
118118
<Docs>
119-
<param name="afterCount">A <see cref="T:System.Int32" /> data type object that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
119+
<param name="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
120120
<summary>Initializes a new instance of the <see cref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the after count set.</summary>
121121
<remarks>To be added.</remarks>
122122
</Docs>
@@ -141,9 +141,9 @@ foreach(SearchResult res in src.FindAll() )
141141
<Parameter Name="offset" Type="System.Int32" />
142142
</Parameters>
143143
<Docs>
144-
<param name="beforeCount">A <see cref="T:System.Int32" /> data type objects that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
145-
<param name="afterCount">A <see cref="T:System.Int32" /> data type object that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
146-
<param name="offset">An <see cref="T:System.Int32" /> data type that gets or sets a value to indicate the estimated target entry's requested offset within the list.</param>
144+
<param name="beforeCount">The number of entries before the target entry that the client is requesting from the server.</param>
145+
<param name="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
146+
<param name="offset">The estimated target entry's requested offset within the list.</param>
147147
<summary>Initializes a new instance of the <see cref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the before count, after count, and offset set.</summary>
148148
<remarks>To be added.</remarks>
149149
</Docs>
@@ -168,9 +168,9 @@ foreach(SearchResult res in src.FindAll() )
168168
<Parameter Name="target" Type="System.String" />
169169
</Parameters>
170170
<Docs>
171-
<param name="beforeCount">A <see cref="T:System.Int32" /> data type objects that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
172-
<param name="afterCount">A <see cref="T:System.Int32" /> data type object that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
173-
<param name="target">A <see cref="T:System.String" /> that gets or sets a value to indicate the desired target entry requested by the client.</param>
171+
<param name="beforeCount">The number of entries before the target entry that the client is requesting from the server.</param>
172+
<param name="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
173+
<param name="target">The desired target entry requested by the client.</param>
174174
<summary>Initializes a new instance of the <see cref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the before count, after count, and target set.</summary>
175175
<remarks>To be added.</remarks>
176176
</Docs>
@@ -196,10 +196,10 @@ foreach(SearchResult res in src.FindAll() )
196196
<Parameter Name="context" Type="System.DirectoryServices.DirectoryVirtualListViewContext" />
197197
</Parameters>
198198
<Docs>
199-
<param name="beforeCount">A <see cref="T:System.Int32" /> data type objects that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
200-
<param name="afterCount">A <see cref="T:System.Int32" /> data type object that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
201-
<param name="offset">An <see cref="T:System.Int32" /> data type that gets or sets a value to indicate the estimated target entry's requested offset within the list.</param>
202-
<param name="context">A <see cref="T:System.DirectoryServices.DirectoryVirtualListViewContext" /> data type objects that gets or sets a value to indicate the virtual list view search response.</param>
199+
<param name="beforeCount">The number of entries before the target entry that the client is requesting from the server.</param>
200+
<param name="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
201+
<param name="offset">The estimated target entry's requested offset within the list.</param>
202+
<param name="context">The virtual list view search response.</param>
203203
<summary>Initializes a new instance of the <see cref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the before count, after count, offset and context set.</summary>
204204
<remarks>To be added.</remarks>
205205
</Docs>
@@ -225,10 +225,10 @@ foreach(SearchResult res in src.FindAll() )
225225
<Parameter Name="context" Type="System.DirectoryServices.DirectoryVirtualListViewContext" />
226226
</Parameters>
227227
<Docs>
228-
<param name="beforeCount">A <see cref="T:System.Int32" /> data type objects that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
229-
<param name="afterCount">A <see cref="T:System.Int32" /> data type object that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.</param>
230-
<param name="target">A <see cref="T:System.String" /> that gets or sets a value to indicate the desired target entry requested by the client.</param>
231-
<param name="context">A <see cref="T:System.DirectoryServices.DirectoryVirtualListViewContext" /> data type objects that gets or sets a value to indicate the virtual list view search response.</param>
228+
<param name="beforeCount">The number of entries before the target entry that the client is requesting from the server.</param>
229+
<param name="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
230+
<param name="target">The desired target entry requested by the client.</param>
231+
<param name="context">The virtual list view search response.</param>
232232
<summary>Initializes a new instance of the <see cref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the before count, after count, target and context set.</summary>
233233
<remarks>To be added.</remarks>
234234
</Docs>
@@ -476,4 +476,4 @@ foreach(SearchResult res in src.FindAll() )
476476
</Docs>
477477
</Member>
478478
</Members>
479-
</Type>
479+
</Type>

0 commit comments

Comments
 (0)