From 6f8aa10a4126a9a656480cade93627fdf2d94ee0 Mon Sep 17 00:00:00 2001 From: "docsreference@microsoft.com" Date: Fri, 9 May 2025 08:08:44 +0000 Subject: [PATCH] CI Update Build.Reason:PullRequest Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=529455&view=results source_repo.branch:master source_repo.url:https://apidrop.visualstudio.com/_git/binaries --- .../HybridCache.xml | 2 +- .../ServiceCollectionDescriptorExtensions.xml | 2 +- .../MetricsBuilderExtensions.xml | 2 +- xml/System.Buffers/ReadOnlySequence`1.xml | 6 +- ...yncProcessingPipelineBuilderExtensions.xml | 2 +- .../CommandLineBuilderExtensions.xml | 6 +- xml/System.Numerics.Tensors/Tensor.xml | 16 +- xml/System.Reflection/TypeExtensions.xml | 670 +++++++++--------- .../InlineArrayAttribute.xml | 3 +- .../SwiftError.xml | 3 +- .../SwiftIndirectResult.xml | 3 +- .../SwiftSelf.xml | 3 +- .../SwiftSelf`1.xml | 3 +- xml/System/Math.xml | 26 +- 14 files changed, 382 insertions(+), 365 deletions(-) diff --git a/xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml b/xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml index 1f0cc01dcbf..d1b3cfa57fa 100644 --- a/xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml +++ b/xml/Microsoft.Extensions.Caching.Hybrid/HybridCache.xml @@ -181,8 +181,8 @@ The type of additional state required by . The type of the data being considered. The key of the entry to look for or create. - Provides the underlying data service if the data is not available in the cache. The state required for . + Provides the underlying data service if the data is not available in the cache. Additional options for this cache entry. The tags to associate with this cache item. The used to propagate notifications that the operation should be canceled. diff --git a/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml index e456bc7e2ea..795c26da8fb 100644 --- a/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection.Extensions/ServiceCollectionDescriptorExtensions.xml @@ -649,8 +649,8 @@ The type of the service to add. The . - The factory that creates the service. The service key. + The factory that creates the service. Adds the specified as a service using the factory specified in diff --git a/xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml b/xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml index 6de8ce1c81a..867156001e0 100644 --- a/xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml +++ b/xml/Microsoft.Extensions.Diagnostics.Metrics/MetricsBuilderExtensions.xml @@ -48,8 +48,8 @@ - The implementation type of the listener. The . + The implementation type of the listener. Registers a new instance. diff --git a/xml/System.Buffers/ReadOnlySequence`1.xml b/xml/System.Buffers/ReadOnlySequence`1.xml index c1ff2f5b926..139afd13235 100644 --- a/xml/System.Buffers/ReadOnlySequence`1.xml +++ b/xml/System.Buffers/ReadOnlySequence`1.xml @@ -580,7 +580,8 @@ Gets a value that indicates whether the is empty. - if the read-only sequence is empty; otherwise, . + + if the read-only sequence is empty; otherwise, . To be added. @@ -615,7 +616,8 @@ Gets a value that indicates whether the contains a single segment. - if the read-only sequence consists of a single memory segment; otherwise, . + + if the read-only sequence consists of a single memory segment; otherwise, . To be added. diff --git a/xml/System.Cloud.Messaging/AsyncProcessingPipelineBuilderExtensions.xml b/xml/System.Cloud.Messaging/AsyncProcessingPipelineBuilderExtensions.xml index 60eef9af905..dc3231818cf 100644 --- a/xml/System.Cloud.Messaging/AsyncProcessingPipelineBuilderExtensions.xml +++ b/xml/System.Cloud.Messaging/AsyncProcessingPipelineBuilderExtensions.xml @@ -563,9 +563,9 @@ Type of implementation. - The pipeline name. The builder for async processing pipeline. The name with which the is registered with. + The pipeline name. The implementation factory for . Configures the for the async processing pipeline with the provided name and implementation factory. diff --git a/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml b/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml index 673d5a45ee6..a2f951f6144 100644 --- a/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml +++ b/xml/System.CommandLine.Builder/CommandLineBuilderExtensions.xml @@ -40,9 +40,9 @@ + A command line builder. A delegate that will be invoked before a call to a command handler. A value indicating the order in which the added delegate will be invoked relative to others in the pipeline. - A command line builder. Adds a middleware delegate to the invocation pipeline called before a command handler is invoked. @@ -545,8 +545,8 @@ - The exit code to use when parser errors occur. A command line builder. + The exit code to use when parser errors occur. Configures the command line to write error information to standard error when there are errors parsing command line input. @@ -692,8 +692,8 @@ - One or more aliases to use instead of the default to signal that version information should be displayed. A command line builder. + One or more aliases to use instead of the default to signal that version information should be displayed. To be added. To be added. To be added. diff --git a/xml/System.Numerics.Tensors/Tensor.xml b/xml/System.Numerics.Tensors/Tensor.xml index 077c0189107..5c5903dbc5f 100644 --- a/xml/System.Numerics.Tensors/Tensor.xml +++ b/xml/System.Numerics.Tensors/Tensor.xml @@ -3911,8 +3911,8 @@ To be added. - The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default). The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0. + The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default). Join a sequence of tensors along an existing axis. @@ -3977,8 +3977,8 @@ To be added. - The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default). The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0. + The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default). Join a sequence of tensors along an existing axis. @@ -9181,8 +9181,8 @@ To be added. - First to compare. Value to compare against. + First to compare. Compares the elements of two to see if any elements of are greater than . If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. @@ -9968,8 +9968,8 @@ To be added. - First to compare. Value to compare against. + First to compare. Compares the elements of two to see if any elements of are greater than . If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. @@ -11581,8 +11581,8 @@ To be added. - First value to compare. Second value to compare against. + First value to compare. Compares the elements of two to see if all elements of are less than . If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. @@ -12368,8 +12368,8 @@ To be added. - First value to compare. Second value to compare against. + First value to compare. Compares the elements of two to see if all elements of are less than . If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. @@ -18559,8 +18559,8 @@ To be added. The tensor, represented as a span. - The destination tensor, represented as a span. The degree of the root to be computed, represented as a scalar. + The destination tensor, represented as a span. Computes the element-wise n-th root of the values in the specified tensor. To be added. To be added. @@ -20846,8 +20846,8 @@ To be added. - Input . Index of where the new dimension will be. + Input . Join multiple along a new dimension. The axis parameter specifies the index of the new dimension. All tensors must have the same shape. diff --git a/xml/System.Reflection/TypeExtensions.xml b/xml/System.Reflection/TypeExtensions.xml index 7a371fbfd16..f7de3a89670 100644 --- a/xml/System.Reflection/TypeExtensions.xml +++ b/xml/System.Reflection/TypeExtensions.xml @@ -134,23 +134,44 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.ConstructorInfo[] + System.Reflection.ConstructorInfo[] - - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>] + + + + To be added. @@ -235,13 +256,41 @@ - - - - - - - + + + + + + + Method + + System.Reflection.TypeExtensions + 4.1.5.0 + + + System.Reflection.EventInfo + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method System.Reflection.TypeExtensions @@ -262,46 +311,17 @@ - System.Reflection.EventInfo + System.Reflection.EventInfo[] - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)>] - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Reflection.TypeExtensions - 4.1.5.0 - - - System.Reflection.EventInfo[] - - - To be added. @@ -359,45 +379,23 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.FieldInfo + System.Reflection.FieldInfo - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] - - - - + + To be added. @@ -483,44 +481,23 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.FieldInfo[] + System.Reflection.FieldInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] - - - - + + To be added. @@ -531,36 +508,22 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Type[] + System.Type[] - + To be added. @@ -570,43 +533,22 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Type[] + System.Type[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)>] - - - + To be added. @@ -664,24 +606,45 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.MemberInfo[] + System.Reflection.MemberInfo[] - - - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] + + + + + To be added. @@ -739,23 +702,44 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.MemberInfo[] + System.Reflection.MemberInfo[] - - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] + + + + To be added. @@ -766,23 +750,45 @@ - - - - - - + + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.MethodInfo + System.Reflection.MethodInfo - - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] + + + + To be added. @@ -844,46 +850,24 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MethodInfo + System.Reflection.MethodInfo - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] - - - - - + + + To be added. @@ -895,43 +879,22 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.MethodInfo[] + System.Reflection.MethodInfo[] - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] - - - + To be added. @@ -968,46 +931,24 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Type + System.Type - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)>] - - - - - + + + To be added. @@ -1092,23 +1033,44 @@ - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.PropertyInfo[] + System.Reflection.PropertyInfo[] - - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + + + + To be added. @@ -1197,24 +1159,53 @@ - - - - - - + + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.PropertyInfo + System.Reflection.PropertyInfo - - - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + + + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + To be added. @@ -1226,25 +1217,54 @@ - - - - - - + + + + + + + Method System.Reflection.TypeExtensions - 4.1.5.0 + 4.0.0.0 + 4.1.0.0 + 4.1.2.0 + 5.0.0.0 + 6.0.0.0 + 7.0.0.0 + 8.0.0.0 + 9.0.0.0 + 10.0.0.0 + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + - System.Reflection.PropertyInfo + System.Reflection.PropertyInfo - - - - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + + + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + To be added. diff --git a/xml/System.Runtime.CompilerServices/InlineArrayAttribute.xml b/xml/System.Runtime.CompilerServices/InlineArrayAttribute.xml index 57f22e95a02..33b66409543 100644 --- a/xml/System.Runtime.CompilerServices/InlineArrayAttribute.xml +++ b/xml/System.Runtime.CompilerServices/InlineArrayAttribute.xml @@ -46,8 +46,7 @@ This attribute can be used to annotate a `struct` type with a single field. The { private float _value; } - - + diff --git a/xml/System.Runtime.InteropServices.Swift/SwiftError.xml b/xml/System.Runtime.InteropServices.Swift/SwiftError.xml index 410134cf9c2..4417f412fb3 100644 --- a/xml/System.Runtime.InteropServices.Swift/SwiftError.xml +++ b/xml/System.Runtime.InteropServices.Swift/SwiftError.xml @@ -32,8 +32,7 @@ [UnmanagedCallConv(CallConvs = [typeof(CallConvSwift)])] [DllImport("SwiftLibrary", EntryPoint = "export")] public static extern void swiftFunction(SwiftError* error); - - + diff --git a/xml/System.Runtime.InteropServices.Swift/SwiftIndirectResult.xml b/xml/System.Runtime.InteropServices.Swift/SwiftIndirectResult.xml index e81bd41d668..6a72363faf9 100644 --- a/xml/System.Runtime.InteropServices.Swift/SwiftIndirectResult.xml +++ b/xml/System.Runtime.InteropServices.Swift/SwiftIndirectResult.xml @@ -32,8 +32,7 @@ [UnmanagedCallConv(CallConvs = [typeof(CallConvSwift)])] [LibraryImport("SwiftLibrary", EntryPoint = "export")] public static extern void swiftFunction(SwiftIndirectResult result); - - + diff --git a/xml/System.Runtime.InteropServices.Swift/SwiftSelf.xml b/xml/System.Runtime.InteropServices.Swift/SwiftSelf.xml index 1848f086d69..eee2ed594f7 100644 --- a/xml/System.Runtime.InteropServices.Swift/SwiftSelf.xml +++ b/xml/System.Runtime.InteropServices.Swift/SwiftSelf.xml @@ -32,8 +32,7 @@ [UnmanagedCallConv(CallConvs = [typeof(CallConvSwift)])] [DllImport("SwiftLibrary", EntryPoint = "export")] public static extern void swiftFunction(SwiftSelf self); - - + diff --git a/xml/System.Runtime.InteropServices.Swift/SwiftSelf`1.xml b/xml/System.Runtime.InteropServices.Swift/SwiftSelf`1.xml index 00a1f5c083a..1284f74f83e 100644 --- a/xml/System.Runtime.InteropServices.Swift/SwiftSelf`1.xml +++ b/xml/System.Runtime.InteropServices.Swift/SwiftSelf`1.xml @@ -44,8 +44,7 @@ [UnmanagedCallConv(CallConvs = [typeof(CallConvSwift)])] [LibraryImport("SwiftLibrary", EntryPoint = "export")] public static extern void swiftFunction(SwiftSelf<T> self); - - + diff --git a/xml/System/Math.xml b/xml/System/Math.xml index c03edbfe4a4..bb9a4cead23 100644 --- a/xml/System/Math.xml +++ b/xml/System/Math.xml @@ -1825,7 +1825,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 To be added. - is less than . + is less than . @@ -1883,7 +1883,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if < . To be added. - is less than . + is less than . @@ -1945,7 +1945,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if equals . To be added. - is less than . + is less than . @@ -2003,7 +2003,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if < . To be added. - is less than . + is less than . @@ -2061,7 +2061,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if < . To be added. - is less than . + is less than . @@ -2119,7 +2119,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if < . To be added. - is less than . + is less than . @@ -2194,7 +2194,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 To be added. - is less than . + is less than . @@ -2258,7 +2258,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if < . To be added. - is less than . + is less than . @@ -2320,7 +2320,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if equals . To be added. - is less than . + is less than . @@ -2384,7 +2384,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if < . To be added. - is less than . + is less than . @@ -2448,7 +2448,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if < . To be added. - is less than . + is less than . @@ -2512,7 +2512,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 if < . To be added. - is less than . + is less than . @@ -2593,7 +2593,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969 To be added. - is less than . + is less than .