Skip to content

Commit cfb5572

Browse files
Port System & System.Numerics new docs (#10152)
* System.Numerics * System * System.Numerics.Tensors --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent c85894d commit cfb5572

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+4562
-2496
lines changed

xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1+Enumerator.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</Attribute>
4343
</Attributes>
4444
<Docs>
45-
<summary>To be added.</summary>
45+
<summary>Enumerates the elements of a <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" />.</summary>
4646
<remarks>To be added.</remarks>
4747
</Docs>
4848
<Members>
@@ -68,7 +68,7 @@
6868
<ReturnType>T</ReturnType>
6969
</ReturnValue>
7070
<Docs>
71-
<summary>To be added.</summary>
71+
<summary>Gets the element at the current position of the enumerator.</summary>
7272
<value>To be added.</value>
7373
<remarks>To be added.</remarks>
7474
</Docs>
@@ -90,7 +90,7 @@
9090
</ReturnValue>
9191
<Parameters />
9292
<Docs>
93-
<summary>To be added.</summary>
93+
<summary>Advances the enumerator to the next element of the span.</summary>
9494
<returns>To be added.</returns>
9595
<remarks>To be added.</remarks>
9696
</Docs>

xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml

Lines changed: 107 additions & 82 deletions
Large diffs are not rendered by default.

xml/System.Numerics.Tensors/Tensor.xml

Lines changed: 202 additions & 180 deletions
Large diffs are not rendered by default.

xml/System.Numerics.Tensors/TensorPrimitives.xml

Lines changed: 2645 additions & 911 deletions
Large diffs are not rendered by default.

xml/System.Numerics.Tensors/TensorSpan`1+Enumerator.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</Attribute>
4343
</Attributes>
4444
<Docs>
45-
<summary>To be added.</summary>
45+
<summary>Enumerates the elements of a <see cref="T:System.Numerics.Tensors.TensorSpan`1" />.</summary>
4646
<remarks>To be added.</remarks>
4747
</Docs>
4848
<Members>
@@ -62,7 +62,7 @@
6262
<ReturnType>T</ReturnType>
6363
</ReturnValue>
6464
<Docs>
65-
<summary>To be added.</summary>
65+
<summary>Gets the element at the current position of the enumerator.</summary>
6666
<value>To be added.</value>
6767
<remarks>To be added.</remarks>
6868
</Docs>
@@ -84,7 +84,7 @@
8484
</ReturnValue>
8585
<Parameters />
8686
<Docs>
87-
<summary>To be added.</summary>
87+
<summary>Advances the enumerator to the next element of the span.</summary>
8888
<returns>To be added.</returns>
8989
<remarks>To be added.</remarks>
9090
</Docs>

xml/System.Numerics.Tensors/TensorSpan`1.xml

Lines changed: 106 additions & 79 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)