|
331 | 331 | <Parameter Name="destination" Type="System.ArraySegment<T>" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
332 | 332 | </Parameters>
|
333 | 333 | <Docs>
|
334 |
| - <param name="destination">To be added.</param> |
335 |
| - <summary>To be added.</summary> |
| 334 | + <param name="destination">The array segment into which the contents of this instance will be copied.</param> |
| 335 | + <summary>Copies the contents of this instance into the specified destination array segment of the same type <typeparamref name="T" />.</summary> |
336 | 336 | <remarks>To be added.</remarks>
|
| 337 | + <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />. |
| 338 | + |
| 339 | + -or- |
| 340 | + |
| 341 | +The underlying array of <paramref name="destination" /> is <paramref name="null" />. |
| 342 | + </exception> |
| 343 | + <exception cref="T:System.ArgumentException">The length of the underlying array of this instance is larger than the length of the underlying array of <paramref name="destination" />.</exception> |
337 | 344 | </Docs>
|
338 | 345 | </Member>
|
339 | 346 | <Member MemberName="CopyTo">
|
|
363 | 370 | <Parameter Name="destination" Type="T[]" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
364 | 371 | </Parameters>
|
365 | 372 | <Docs>
|
366 |
| - <param name="destination">To be added.</param> |
367 |
| - <summary>To be added.</summary> |
| 373 | + <param name="destination">The array of type <paramref name="T" /> into which the contents of this instance will be copied.</param> |
| 374 | + <summary>Copies the contents of this instance into the specified destination array of the same type <typeparamref name="T" />.</summary> |
368 | 375 | <remarks>To be added.</remarks>
|
| 376 | + <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.</exception> |
369 | 377 | </Docs>
|
370 | 378 | </Member>
|
371 | 379 | <Member MemberName="CopyTo">
|
|
402 | 410 | <Parameter Name="destinationIndex" Type="System.Int32" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
403 | 411 | </Parameters>
|
404 | 412 | <Docs>
|
405 |
| - <param name="destination">To be added.</param> |
406 |
| - <param name="destinationIndex">To be added.</param> |
407 |
| - <summary>To be added.</summary> |
| 413 | + <param name="destination">The array of type <paramref name="T" /> into which the contents of this instance will be copied.</param> |
| 414 | + <param name="destinationIndex">The index in <paramref name="destination" /> at which storing begins.</param> |
| 415 | + <summary>Copies the contents of this instance into the specified destination array of the same type <typeparamref name="T" />, starting at the specified destination index.</summary> |
408 | 416 | <remarks>To be added.</remarks>
|
| 417 | + <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.</exception> |
409 | 418 | </Docs>
|
410 | 419 | </Member>
|
411 | 420 | <Member MemberName="Count">
|
|
486 | 495 | <ReturnType>System.ArraySegment<T></ReturnType>
|
487 | 496 | </ReturnValue>
|
488 | 497 | <Docs>
|
489 |
| - <summary>To be added.</summary> |
490 |
| - <value>To be added.</value> |
| 498 | + <summary>Represents the empty array segment. This field is read-only.</summary> |
| 499 | + <value>An array segment of type <typeparamref name="T" /> containing zero elements.</value> |
491 | 500 | <remarks>To be added.</remarks>
|
492 | 501 | </Docs>
|
493 | 502 | </Member>
|
|
855 | 864 | <Parameter Name="array" Type="T[]" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
856 | 865 | </Parameters>
|
857 | 866 | <Docs>
|
858 |
| - <param name="array">To be added.</param> |
859 |
| - <summary>To be added.</summary> |
860 |
| - <returns>To be added.</returns> |
| 867 | + <param name="array">The array to convert.</param> |
| 868 | + <summary>Defines an implicit conversion of an array of type <typeparamref name="T" /> to an array segment of type <typeparamref name="T" />.</summary> |
| 869 | + <returns>An array segment representation of the array.</returns> |
861 | 870 | <remarks>To be added.</remarks>
|
862 | 871 | </Docs>
|
863 | 872 | </Member>
|
|
945 | 954 | <Parameter Name="index" Type="System.Int32" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
946 | 955 | </Parameters>
|
947 | 956 | <Docs>
|
948 |
| - <param name="index">To be added.</param> |
949 |
| - <summary>To be added.</summary> |
950 |
| - <returns>To be added.</returns> |
| 957 | + <param name="index">The index at which to begin the slice.</param> |
| 958 | + <summary>Forms a slice out of the current array segment starting at the specified index.</summary> |
| 959 | + <returns>An array segment that consists of all elements of the current array segment from <paramref name="index" /> to the end of the array segment.</returns> |
951 | 960 | <remarks>To be added.</remarks>
|
| 961 | + <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.</exception> |
| 962 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 963 | + <paramref name="index" /> is greater than the length of the underlying array of this instance.</exception> |
952 | 964 | </Docs>
|
953 | 965 | </Member>
|
954 | 966 | <Member MemberName="Slice">
|
|
979 | 991 | <Parameter Name="count" Type="System.Int32" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
980 | 992 | </Parameters>
|
981 | 993 | <Docs>
|
982 |
| - <param name="index">To be added.</param> |
983 |
| - <param name="count">To be added.</param> |
984 |
| - <summary>To be added.</summary> |
985 |
| - <returns>To be added.</returns> |
| 994 | + <param name="index">The index at which to begin the slice.</param> |
| 995 | + <param name="count">The desired length of the slice.</param> |
| 996 | + <summary>Forms a slice of the specified length out of the current array segment starting at the specified index.</summary> |
| 997 | + <returns>An array segment of <paramref name="count" /> elements starting at <paramref name="index" />.</returns> |
986 | 998 | <remarks>To be added.</remarks>
|
| 999 | + <exception cref="T:System.InvalidOperationException">The underlying array of this instance is <see langword="null" />.</exception> |
| 1000 | + <exception cref="T:System.ArgumentOutOfRangeException"> |
| 1001 | + <paramref name="index" /> is greater than the length of the underlying array of this instance. |
| 1002 | + |
| 1003 | + -or- |
| 1004 | + |
| 1005 | +<paramref name="count" /> is greater than the length of the underlying array of this instance - <paramref name="index" />.</exception> |
987 | 1006 | </Docs>
|
988 | 1007 | </Member>
|
989 | 1008 | <Member MemberName="System.Collections.Generic.ICollection<T>.Add">
|
|
0 commit comments