Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 992164e

Browse filesBrowse files
author
docsreference@microsoft.com
committed
1 parent 2511ca4 commit 992164e
Copy full SHA for 992164e

File tree

Expand file treeCollapse file tree

8 files changed

+318
-346
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+318
-346
lines changed

‎xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml

Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@
449449
<typeparam name="TState">The type of additional state required by <paramref name="factory" />.</typeparam>
450450
<typeparam name="T">The type of the data being considered.</typeparam>
451451
<param name="key">The key of the entry to look for or create.</param>
452-
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
453452
<param name="state">The state required for <paramref name="factory" />.</param>
453+
<param name="factory">Provides the underlying data service if the data is not available in the cache.</param>
454454
<param name="options">Additional options for this cache entry.</param>
455455
<param name="tags">The tags to associate with this cache item.</param>
456456
<param name="cancellationToken">The <see cref="T:System.Threading.CancellationToken" /> used to propagate notifications that the operation should be canceled.</param>

‎xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml

Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@
649649
<Docs>
650650
<typeparam name="TService">The type of the service to add.</typeparam>
651651
<param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" />.</param>
652-
<param name="implementationFactory">The factory that creates the service.</param>
653652
<param name="serviceKey">The service key.</param>
653+
<param name="implementationFactory">The factory that creates the service.</param>
654654
<summary>
655655
Adds the specified <typeparamref name="TService" /> as a <see cref="F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped" /> service
656656
using the factory specified in <paramref name="implementationFactory" />

‎xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml

Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<Parameter Name="listener" Type="Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" />
4949
</Parameters>
5050
<Docs>
51-
<param name="listener">The implementation type of the listener.</param>
5251
<param name="builder">The <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder" />.</param>
52+
<param name="listener">The implementation type of the listener.</param>
5353
<summary>
5454
Registers a new <see cref="T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener" /> instance.
5555
</summary>

‎xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml

Copy file name to clipboardExpand all lines: xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
<Parameter Name="order" Type="System.CommandLine.Invocation.MiddlewareOrder" />
4141
</Parameters>
4242
<Docs>
43+
<param name="builder">A command line builder.</param>
4344
<param name="onInvoke">A delegate that will be invoked before a call to a command handler.</param>
4445
<param name="order">A value indicating the order in which the added delegate will be invoked relative to others in the pipeline.</param>
45-
<param name="builder">A command line builder.</param>
4646
<summary>
4747
Adds a middleware delegate to the invocation pipeline called before a command handler is invoked.
4848
</summary>
@@ -545,8 +545,8 @@
545545
<Parameter Name="errorExitCode" Type="System.Nullable&lt;System.Int32&gt;" />
546546
</Parameters>
547547
<Docs>
548-
<param name="errorExitCode">The exit code to use when parser errors occur.</param>
549548
<param name="builder">A command line builder.</param>
549+
<param name="errorExitCode">The exit code to use when parser errors occur.</param>
550550
<summary>
551551
Configures the command line to write error information to standard error when there are errors parsing command line input.
552552
</summary>
@@ -692,8 +692,8 @@
692692
</Parameter>
693693
</Parameters>
694694
<Docs>
695-
<param name="aliases">One or more aliases to use instead of the default to signal that version information should be displayed.</param>
696695
<param name="builder">A command line builder.</param>
696+
<param name="aliases">One or more aliases to use instead of the default to signal that version information should be displayed.</param>
697697
<summary>To be added.</summary>
698698
<returns>To be added.</returns>
699699
<remarks>To be added.</remarks>

‎xml/System.Numerics.Tensors/Tensor.xml

Copy file name to clipboardExpand all lines: xml/System.Numerics.Tensors/Tensor.xml
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4265,8 +4265,8 @@
42654265
</Parameters>
42664266
<Docs>
42674267
<typeparam name="T">To be added.</typeparam>
4268-
<param name="tensors">The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default).</param>
42694268
<param name="dimension">The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0.</param>
4269+
<param name="tensors">The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default).</param>
42704270
<summary>
42714271
Join a sequence of tensors along an existing axis.
42724272
</summary>
@@ -4331,8 +4331,8 @@
43314331
</Parameters>
43324332
<Docs>
43334333
<typeparam name="T">To be added.</typeparam>
4334-
<param name="tensors">The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default).</param>
43354334
<param name="dimension">The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0.</param>
4335+
<param name="tensors">The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default).</param>
43364336
<param name="destination" />
43374337
<summary>
43384338
Join a sequence of tensors along an existing axis.
@@ -9535,8 +9535,8 @@
95359535
</Parameters>
95369536
<Docs>
95379537
<typeparam name="T">To be added.</typeparam>
9538-
<param name="y">First <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to compare.</param>
95399538
<param name="x">Value to compare against.</param>
9539+
<param name="y">First <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to compare.</param>
95409540
<summary>
95419541
Compares the elements of two <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to see if any elements of <paramref name="y" /> are greater than <paramref name="x" />.
95429542
If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
@@ -10322,8 +10322,8 @@
1032210322
</Parameters>
1032310323
<Docs>
1032410324
<typeparam name="T">To be added.</typeparam>
10325-
<param name="y">First <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to compare.</param>
1032610325
<param name="x">Value to compare against.</param>
10326+
<param name="y">First <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to compare.</param>
1032710327
<summary>
1032810328
Compares the elements of two <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to see if any elements of <paramref name="y" /> are greater than <paramref name="x" />.
1032910329
If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
@@ -11935,8 +11935,8 @@
1193511935
</Parameters>
1193611936
<Docs>
1193711937
<typeparam name="T">To be added.</typeparam>
11938-
<param name="y">First value to compare.</param>
1193911938
<param name="x">Second value to compare against.</param>
11939+
<param name="y">First value to compare.</param>
1194011940
<summary>
1194111941
Compares the elements of two <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to see if all elements of <paramref name="y" /> are less than <paramref name="x" />.
1194211942
If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
@@ -12722,8 +12722,8 @@
1272212722
</Parameters>
1272312723
<Docs>
1272412724
<typeparam name="T">To be added.</typeparam>
12725-
<param name="y">First value to compare.</param>
1272612725
<param name="x">Second value to compare against.</param>
12726+
<param name="y">First value to compare.</param>
1272712727
<summary>
1272812728
Compares the elements of two <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to see if all elements of <paramref name="y" /> are less than <paramref name="x" />.
1272912729
If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
@@ -18889,8 +18889,8 @@
1888918889
<Docs>
1889018890
<typeparam name="T">To be added.</typeparam>
1889118891
<param name="x">The tensor, represented as a span.</param>
18892-
<param name="destination">The destination tensor, represented as a span.</param>
1889318892
<param name="n">The degree of the root to be computed, represented as a scalar.</param>
18893+
<param name="destination">The destination tensor, represented as a span.</param>
1889418894
<summary>Computes the element-wise n-th root of the values in the specified tensor.</summary>
1889518895
<returns>To be added.</returns>
1889618896
<remarks>To be added.</remarks>
@@ -21176,8 +21176,8 @@
2117621176
</Parameters>
2117721177
<Docs>
2117821178
<typeparam name="T">To be added.</typeparam>
21179-
<param name="tensors">Input <see cref="T:System.Numerics.Tensors.Tensor`1" />.</param>
2118021179
<param name="dimension">Index of where the new dimension will be.</param>
21180+
<param name="tensors">Input <see cref="T:System.Numerics.Tensors.Tensor`1" />.</param>
2118121181
<summary>
2118221182
Join multiple <see cref="T:System.Numerics.Tensors.Tensor`1" /> along a new dimension. The axis parameter specifies the index of the new dimension. All tensors must have the same shape.
2118321183
</summary>

‎xml/System.Numerics.Tensors/Tensor`1.xml

Copy file name to clipboardExpand all lines: xml/System.Numerics.Tensors/Tensor`1.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@
14401440
<MemberSignature Language="C++ CLI" Value=" virtual void System.Numerics.Tensors.IReadOnlyTensor&lt;System.Numerics.Tensors.Tensor&lt;T&gt;,T&gt;.CopyTo(System::Numerics::Tensors::TensorSpan&lt;T&gt; ^ destination) = System::Numerics::Tensors::IReadOnlyTensor&lt;System::Numerics::Tensors::Tensor&lt;T&gt; ^, T&gt;::CopyTo;" />
14411441
<MemberType>Method</MemberType>
14421442
<Implements>
1443-
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)</InterfaceMember>
1443+
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)</InterfaceMember>
14441444
</Implements>
14451445
<AssemblyInfo>
14461446
<AssemblyName>System.Numerics.Tensors</AssemblyName>
@@ -1626,7 +1626,7 @@
16261626
<MemberSignature Language="C++ CLI" Value=" virtual bool System.Numerics.Tensors.IReadOnlyTensor&lt;System.Numerics.Tensors.Tensor&lt;T&gt;,T&gt;.TryCopyTo(System::Numerics::Tensors::TensorSpan&lt;T&gt; ^ destination) = System::Numerics::Tensors::IReadOnlyTensor&lt;System::Numerics::Tensors::Tensor&lt;T&gt; ^, T&gt;::TryCopyTo;" />
16271627
<MemberType>Method</MemberType>
16281628
<Implements>
1629-
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)</InterfaceMember>
1629+
<InterfaceMember>M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)</InterfaceMember>
16301630
</Implements>
16311631
<AssemblyInfo>
16321632
<AssemblyName>System.Numerics.Tensors</AssemblyName>

‎xml/System.Numerics/Vector.xml

Copy file name to clipboardExpand all lines: xml/System.Numerics/Vector.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@
621621
<ReturnType>System.Numerics.Vector2</ReturnType>
622622
</ReturnValue>
623623
<Parameters>
624-
<Parameter Name="value" Type="System.Numerics.Vector3" Index="0" FrameworkAlternate="net-10.0" RefType="this" />
624+
<Parameter Name="value" Type="System.Numerics.Vector3" RefType="this" Index="0" FrameworkAlternate="net-10.0" />
625625
</Parameters>
626626
<Docs>
627627
<param name="value">To be added.</param>
@@ -679,7 +679,7 @@
679679
<ReturnType>System.Numerics.Vector3</ReturnType>
680680
</ReturnValue>
681681
<Parameters>
682-
<Parameter Name="value" Type="System.Numerics.Vector2" Index="0" FrameworkAlternate="net-10.0" RefType="this" />
682+
<Parameter Name="value" Type="System.Numerics.Vector2" RefType="this" Index="0" FrameworkAlternate="net-10.0" />
683683
</Parameters>
684684
<Docs>
685685
<param name="value">To be added.</param>
@@ -737,7 +737,7 @@
737737
<ReturnType>System.Numerics.Vector3</ReturnType>
738738
</ReturnValue>
739739
<Parameters>
740-
<Parameter Name="value" Type="System.Numerics.Vector2" Index="0" FrameworkAlternate="net-10.0" RefType="this" />
740+
<Parameter Name="value" Type="System.Numerics.Vector2" RefType="this" Index="0" FrameworkAlternate="net-10.0" />
741741
</Parameters>
742742
<Docs>
743743
<param name="value">To be added.</param>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.