|
1 |
| -<Type Name="ServiceCollection" FullName="Microsoft.Extensions.DependencyInjection.ServiceCollection"> |
| 1 | +<Type Name="ServiceCollection" FullName="Microsoft.Extensions.DependencyInjection.ServiceCollection"> |
2 | 2 | <TypeSignature Language="C#" Value="public class ServiceCollection : Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Collections.Generic.ICollection<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>, System.Collections.Generic.IList<Microsoft.Extensions.DependencyInjection.ServiceDescriptor>" />
|
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ServiceCollection extends System.Object implements class Microsoft.Extensions.DependencyInjection.IServiceCollection, class System.Collections.Generic.ICollection`1<class Microsoft.Extensions.DependencyInjection.ServiceDescriptor>, class System.Collections.Generic.IEnumerable`1<class Microsoft.Extensions.DependencyInjection.ServiceDescriptor>, class System.Collections.Generic.IList`1<class Microsoft.Extensions.DependencyInjection.ServiceDescriptor>, class System.Collections.IEnumerable" />
|
4 | 4 | <TypeSignature Language="DocId" Value="T:Microsoft.Extensions.DependencyInjection.ServiceCollection" />
|
|
99 | 99 | </ReturnValue>
|
100 | 100 | <Parameters />
|
101 | 101 | <Docs>
|
102 |
| - <summary>To be added.</summary> |
| 102 | + <summary>Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary> |
103 | 103 | <remarks>To be added.</remarks>
|
104 | 104 | <inheritdoc />
|
105 | 105 | </Docs>
|
|
134 | 134 | </Parameters>
|
135 | 135 | <Docs>
|
136 | 136 | <param name="item">To be added.</param>
|
137 |
| - <summary>To be added.</summary> |
138 |
| - <returns>To be added.</returns> |
| 137 | + <summary>Determines whether the <see cref="T:System.Collections.Generic.ICollection`1" /> contains a specific value.</summary> |
| 138 | + <returns> |
| 139 | + <see langword="true" /> if <paramref name="item" /> is found in the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />.</returns> |
139 | 140 | <remarks>To be added.</remarks>
|
140 | 141 | <inheritdoc />
|
141 | 142 | </Docs>
|
|
172 | 173 | <Docs>
|
173 | 174 | <param name="array">To be added.</param>
|
174 | 175 | <param name="arrayIndex">To be added.</param>
|
175 |
| - <summary>To be added.</summary> |
| 176 | + <summary>Copies the elements of the <see cref="T:System.Collections.Generic.ICollection`1" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary> |
176 | 177 | <remarks>To be added.</remarks>
|
177 | 178 | <inheritdoc />
|
178 | 179 | </Docs>
|
|
203 | 204 | <ReturnType>System.Int32</ReturnType>
|
204 | 205 | </ReturnValue>
|
205 | 206 | <Docs>
|
206 |
| - <summary>To be added.</summary> |
| 207 | + <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary> |
207 | 208 | <value>To be added.</value>
|
208 | 209 | <remarks>To be added.</remarks>
|
209 | 210 | <inheritdoc />
|
|
236 | 237 | </ReturnValue>
|
237 | 238 | <Parameters />
|
238 | 239 | <Docs>
|
239 |
| - <summary>To be added.</summary> |
240 |
| - <returns>To be added.</returns> |
| 240 | + <summary>Returns an enumerator that iterates through the collection.</summary> |
| 241 | + <returns>An enumerator that can be used to iterate through the collection.</returns> |
241 | 242 | <remarks>To be added.</remarks>
|
242 | 243 | <inheritdoc />
|
243 | 244 | </Docs>
|
|
272 | 273 | </Parameters>
|
273 | 274 | <Docs>
|
274 | 275 | <param name="item">To be added.</param>
|
275 |
| - <summary>To be added.</summary> |
276 |
| - <returns>To be added.</returns> |
| 276 | + <summary>Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1" />.</summary> |
| 277 | + <returns>The index of <paramref name="item" /> if found in the list; otherwise, -1.</returns> |
277 | 278 | <remarks>To be added.</remarks>
|
278 | 279 | <inheritdoc />
|
279 | 280 | </Docs>
|
|
310 | 311 | <Docs>
|
311 | 312 | <param name="index">To be added.</param>
|
312 | 313 | <param name="item">To be added.</param>
|
313 |
| - <summary>To be added.</summary> |
| 314 | + <summary>Inserts an item to the <see cref="T:System.Collections.Generic.IList`1" /> at the specified index.</summary> |
314 | 315 | <remarks>To be added.</remarks>
|
315 | 316 | <inheritdoc />
|
316 | 317 | </Docs>
|
|
341 | 342 | <ReturnType>System.Boolean</ReturnType>
|
342 | 343 | </ReturnValue>
|
343 | 344 | <Docs>
|
344 |
| - <summary>To be added.</summary> |
| 345 | + <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</summary> |
345 | 346 | <value>To be added.</value>
|
346 | 347 | <remarks>To be added.</remarks>
|
347 | 348 | <inheritdoc />
|
|
377 | 378 | </Parameters>
|
378 | 379 | <Docs>
|
379 | 380 | <param name="index">To be added.</param>
|
380 |
| - <summary>To be added.</summary> |
| 381 | + <summary>Gets or sets the element at the specified index.</summary> |
381 | 382 | <value>To be added.</value>
|
382 | 383 | <remarks>To be added.</remarks>
|
383 | 384 | <inheritdoc />
|
|
413 | 414 | </Parameters>
|
414 | 415 | <Docs>
|
415 | 416 | <param name="item">To be added.</param>
|
416 |
| - <summary>To be added.</summary> |
417 |
| - <returns>To be added.</returns> |
| 417 | + <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary> |
| 418 | + <returns> |
| 419 | + <see langword="true" /> if <paramref name="item" /> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1" />.</returns> |
418 | 420 | <remarks>To be added.</remarks>
|
419 | 421 | <inheritdoc />
|
420 | 422 | </Docs>
|
|
449 | 451 | </Parameters>
|
450 | 452 | <Docs>
|
451 | 453 | <param name="index">To be added.</param>
|
452 |
| - <summary>To be added.</summary> |
| 454 | + <summary>Removes the <see cref="T:System.Collections.Generic.IList`1" /> item at the specified index.</summary> |
453 | 455 | <remarks>To be added.</remarks>
|
454 | 456 | <inheritdoc />
|
455 | 457 | </Docs>
|
|
483 | 485 | <Parameter Name="item" Type="Microsoft.Extensions.DependencyInjection.ServiceDescriptor" />
|
484 | 486 | </Parameters>
|
485 | 487 | <Docs>
|
486 |
| - <param name="item">To be added.</param> |
487 |
| - <summary>To be added.</summary> |
| 488 | + <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" />.</param> |
| 489 | + <summary>Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary> |
488 | 490 | <remarks>To be added.</remarks>
|
489 | 491 | </Docs>
|
490 | 492 | </Member>
|
|
515 | 517 | </ReturnValue>
|
516 | 518 | <Parameters />
|
517 | 519 | <Docs>
|
518 |
| - <summary>To be added.</summary> |
519 |
| - <returns>To be added.</returns> |
520 |
| - <remarks>To be added.</remarks> |
| 520 | + <summary>Returns an enumerator that iterates through a collection.</summary> |
| 521 | + <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns> |
| 522 | + <remarks> |
| 523 | + <format type="text/markdown"><![CDATA[ |
| 524 | +
|
| 525 | +## Remarks |
| 526 | +
|
| 527 | +This member is an explicit interface member implementation. It can be used only when the <xref:Microsoft.Extensions.DependencyInjection.ServiceCollection> instance is cast to an <xref:System.Collections.IEnumerable> interface. |
| 528 | +
|
| 529 | + ]]></format> |
| 530 | + </remarks> |
521 | 531 | </Docs>
|
522 | 532 | </Member>
|
523 | 533 | </Members>
|
|
0 commit comments