diff --git a/samples/snippets/csharp/VS_Snippets_CLR/CodeDomHelloWorldSample/cs/program.cs b/samples/snippets/csharp/VS_Snippets_CLR/CodeDomHelloWorldSample/cs/program.cs index bf84842b854..67dead9abac 100644 --- a/samples/snippets/csharp/VS_Snippets_CLR/CodeDomHelloWorldSample/cs/program.cs +++ b/samples/snippets/csharp/VS_Snippets_CLR/CodeDomHelloWorldSample/cs/program.cs @@ -13,8 +13,7 @@ class Program static string sourceFileName = "test.cs"; static void Main(string[] args) { - CodeDomProvider provider = - CodeDomProvider.CreateProvider(providerName); + CodeDomProvider provider = CodeDomProvider.CreateProvider(providerName); LogMessage("Building CodeDOM graph..."); @@ -22,11 +21,11 @@ static void Main(string[] args) cu = BuildHelloWorldGraph(); - // + // StreamWriter sourceFile = new StreamWriter(sourceFileName); provider.GenerateCodeFromCompileUnit(cu, sourceFile, null); sourceFile.Close(); - // + // // CompilerParameters opt = new CompilerParameters(new string[]{ @@ -59,8 +58,7 @@ static void Main(string[] args) } // - // Build a Hello World program graph using - // System.CodeDom types. + // Build a Hello World program graph using System.CodeDom types. public static CodeCompileUnit BuildHelloWorldGraph() { // Create a new CodeCompileUnit to contain @@ -82,9 +80,9 @@ public static CodeCompileUnit BuildHelloWorldGraph() class1.Comments.Add(new CodeCommentStatement("", true)); class1.Comments.Add(new CodeCommentStatement( "Create a Hello World application.", true)); + class1.Comments.Add(new CodeCommentStatement("", true)); class1.Comments.Add(new CodeCommentStatement( @"", true)); - class1.Comments.Add(new CodeCommentStatement("", true)); // Add the new type to the namespace type collection. samples.Types.Add(class1); diff --git a/samples/snippets/visualbasic/VS_Snippets_CLR/CodeDomHelloWorldSample/vb/program.vb b/samples/snippets/visualbasic/VS_Snippets_CLR/CodeDomHelloWorldSample/vb/program.vb index 01c54184472..3cfffed746d 100644 --- a/samples/snippets/visualbasic/VS_Snippets_CLR/CodeDomHelloWorldSample/vb/program.vb +++ b/samples/snippets/visualbasic/VS_Snippets_CLR/CodeDomHelloWorldSample/vb/program.vb @@ -4,8 +4,6 @@ Imports System.CodeDom.Compiler Imports System.IO Imports System.Text.RegularExpressions - - Class Program Private Shared providerName As String = "vb" Private Shared sourceFileName As String = "test.vb" @@ -21,7 +19,6 @@ Class Program cu = BuildHelloWorldGraph() ' - Dim sourceFile As New StreamWriter(sourceFileName) LogMessage("Generating code...") @@ -56,7 +53,6 @@ Class Program End Sub - ' ' Build a Hello World program graph using ' System.CodeDom types. @@ -80,10 +76,10 @@ Class Program class1.Comments.Add(New CodeCommentStatement("", True)) class1.Comments.Add(New CodeCommentStatement( _ "Create a Hello World application.", True)) + class1.Comments.Add(New CodeCommentStatement("", True)) class1.Comments.Add(New CodeCommentStatement( _ "", True)) - class1.Comments.Add(New CodeCommentStatement("", True)) ' Add the new type to the namespace type collection. samples.Types.Add(class1) @@ -139,7 +135,6 @@ Class Program End Sub - Shared Sub OutputResults(ByVal results As CompilerResults) LogMessage(("NativeCompilerReturnValue=" & _ results.NativeCompilerReturnValue.ToString())) @@ -150,4 +145,4 @@ Class Program End Sub End Class -' \ No newline at end of file +' diff --git a/xml/FrameworksIndex/dotnet-plat-ext-5.0.xml b/xml/FrameworksIndex/dotnet-plat-ext-5.0.xml index 45bb96df35c..3736904a612 100644 --- a/xml/FrameworksIndex/dotnet-plat-ext-5.0.xml +++ b/xml/FrameworksIndex/dotnet-plat-ext-5.0.xml @@ -62,11 +62,11 @@ - - - - - + + + + + @@ -14583,12 +14583,6 @@ - - - - - - @@ -22125,7 +22119,6 @@ - @@ -22289,12 +22282,6 @@ - - - - - - @@ -22703,7 +22690,6 @@ - @@ -23296,7 +23282,6 @@ - @@ -23337,7 +23322,6 @@ - @@ -23347,7 +23331,6 @@ - @@ -23404,7 +23387,6 @@ - @@ -23414,13 +23396,11 @@ - - @@ -23436,7 +23416,6 @@ - diff --git a/xml/FrameworksIndex/net-5.0.xml b/xml/FrameworksIndex/net-5.0.xml index b6a400304a1..c9f471708d3 100644 --- a/xml/FrameworksIndex/net-5.0.xml +++ b/xml/FrameworksIndex/net-5.0.xml @@ -20181,6 +20181,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -20222,6 +20256,15 @@ + + + + + + + + + @@ -26544,6 +26587,7 @@ + @@ -26558,8 +26602,12 @@ + + + + @@ -26572,12 +26620,18 @@ + + + + + + @@ -27289,6 +27343,7 @@ + @@ -27341,6 +27396,7 @@ + @@ -42817,7 +42873,8 @@ - + + @@ -43225,11 +43282,6 @@ - - - - - @@ -43444,6 +43496,11 @@ + + + + + @@ -44208,6 +44265,7 @@ + @@ -44288,6 +44346,7 @@ + @@ -44345,6 +44404,7 @@ + @@ -52636,6 +52696,7 @@ + @@ -53449,6 +53510,7 @@ + @@ -99474,6 +99536,8 @@ + + diff --git a/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderDataAnnotationsExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderDataAnnotationsExtensions.xml index 3960df1c4c1..3ad3ebdc2fb 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderDataAnnotationsExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderDataAnnotationsExtensions.xml @@ -16,7 +16,7 @@ - Extension methods for adding configuration related options services to the DI container via . + Extension methods for adding configuration-related options services to the DI container via . To be added. @@ -50,7 +50,7 @@ The options type to be configured. The options builder to add the services to. - Register this options instance for validation of its DataAnnotations. + Registers this options instance for validation of its DataAnnotations. The so that additional calls can be chained. To be added. diff --git a/xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml index 18f9e8ab3cd..661ad02c58e 100644 --- a/xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml +++ b/xml/Microsoft.Extensions.DependencyInjection/OptionsServiceCollectionExtensions.xml @@ -86,7 +86,7 @@ The options type to be configured. The to add the services to. - Gets an options builder that forwards Configure calls for the same to the underlying service collection. + Gets an options builder that forwards Configure calls for the same named to the underlying service collection. The so that configure calls can be chained in it. To be added. @@ -124,8 +124,8 @@ The options type to be configured. The to add the services to. The name of the options instance. - Gets an options builder that forwards Configure calls for the same named to the underlying service collection. - The so that configure calls can be chained in it. + Gets an options builder that forwards Configure calls for the same named to the underlying service collection. + The so that Configure calls can be chained in it. To be added. @@ -165,8 +165,7 @@ The options type to be configured. The to add the services to. The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run before all . + Registers an action used to configure a particular type of options. These are run before . The so that additional calls can be chained. To be added. @@ -207,8 +206,7 @@ The to add the services to. The name of the options instance. The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run before all . + Registers an action used to configure a particular type of options. These are run before . The so that additional calls can be chained. To be added. @@ -277,7 +275,7 @@ The to add the services to. The instance that will configure options. - Registers an object that will have all of its I[Post]ConfigureOptions registered. + Registers an object that will have all of its I[Post]ConfigureOptions registered. The so that additional calls can be chained. To be added. @@ -307,7 +305,7 @@ The to add the services to. The type that will configure options. - Registers a type that will have all of its I[Post]ConfigureOptions registered. + Registers a type that will have all of its I[Post]ConfigureOptions registered. The so that additional calls can be chained. To be added. @@ -343,7 +341,7 @@ The type that will configure options. The to add the services to. - Registers a type that will have all of its I[Post]ConfigureOptions registered. + Registers a type that will have all of its I[Post]ConfigureOptions registered. The so that additional calls can be chained. To be added. @@ -382,8 +380,7 @@ The options type to be configured. The to add the services to. The action used to configure the options. - Registers an action used to initialize a particular type of options. - Note: These are run after all . + Registers an action used to initialize a particular type of options. These are run after . The so that additional calls can be chained. To be added. @@ -424,8 +421,7 @@ The to add the services to. The name of the options instance. The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run after all . + Registers an action used to configure a particular type of options. These are run after . The so that additional calls can be chained. To be added. @@ -464,8 +460,7 @@ The options type to be configured. The to add the services to. The action used to configure the options. - Registers an action used to post configure all instances of a particular type of options. - Note: These are run after all . + Registers an action used to post configure all instances of a particular type of options. These are run after . The so that additional calls can be chained. To be added. diff --git a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFilesWatcher.xml b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFilesWatcher.xml index f664ab0f1d0..16409b2d883 100644 --- a/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFilesWatcher.xml +++ b/xml/Microsoft.Extensions.FileProviders.Physical/PhysicalFilesWatcher.xml @@ -55,13 +55,10 @@ - Root directory for the watcher - The wrapped watcher that is watching - - True when the watcher should use polling to trigger instances of - created by - Initializes an instance of that watches files in . - Wraps an instance of + Root directory for the watcher. + The wrapped watcher that is watching . + when the watcher should use polling to trigger instances of created by . + Initializes an instance of that watches files in . Wraps an instance of . To be added. @@ -87,14 +84,12 @@ - Root directory for the watcher - The wrapped watcher that is watching - - True when the watcher should use polling to trigger instances of - created by + Root directory for the watcher. + The wrapped watcher that is watching . + when the watcher should use polling to trigger instances of + created by . Specifies which files or directories are excluded. Notifications of changes to are not raised to these. - Initializes an instance of that watches files in . - Wraps an instance of + Initializes an instance of that watches files in . Wraps an instance of . To be added. @@ -123,17 +118,14 @@ - A globbing pattern for files and directories to watch + A globbing pattern for files and directories to watch. - Creates an instance of for all files and directories that match the - - Globbing patterns are relative to the root directory given in the constructor - . Globbing patterns - are interpreted by . + Creates an instance of for all files and directories that match the . + Globbing patterns are relative to the root directory given in the constructor . Globbing patterns are interpreted by . - A change token for all files that match the filter + A change token for all files that match the filter. To be added. - When is null + When is null. @@ -187,8 +179,7 @@ - - is invoked from . + If , is invoked from . Disposes the provider. To be added. diff --git a/xml/Microsoft.Extensions.FileProviders/PhysicalFileProvider.xml b/xml/Microsoft.Extensions.FileProviders/PhysicalFileProvider.xml index 228b0722b8c..e8bda4cff60 100644 --- a/xml/Microsoft.Extensions.FileProviders/PhysicalFileProvider.xml +++ b/xml/Microsoft.Extensions.FileProviders/PhysicalFileProvider.xml @@ -285,14 +285,13 @@ Gets or sets a value that determines if this instance of actively polls for file changes. - When , returned by will actively poll for file changes - ( will be ) instead of being passive. + When , the returned by actively polls for file changes + ( is ) instead of being passive. This property is only effective when is set. - - The default value of this property is determined by the value of environment variable named DOTNET_USE_POLLING_FILE_WATCHER. - When or 1, this property defaults to ; otherwise false. + The default value of this property is determined by the value of the environment variable named DOTNET_USE_POLLING_FILE_WATCHER. + When or 1, this property defaults to ; otherwise . To be added. @@ -318,15 +317,14 @@ Gets or sets a value that determines if this instance of uses polling to determine file changes. - By default, uses to listen to file change events - for . is ineffective in some scenarios such as mounted drives. - Polling is required to effectively watch for file changes. - . + By default, uses to listen to file change events for . is ineffective in some scenarios such as mounted drives. Polling is required to effectively watch for file changes. + + - The default value of this property is determined by the value of environment variable named DOTNET_USE_POLLING_FILE_WATCHER. - When or 1, this property defaults to ; otherwise false. + The default value of this property is determined by the value of environment variable named DOTNET_USE_POLLING_FILE_WATCHER. When or 1, this property defaults to ; otherwise . To be added. + @@ -358,19 +356,14 @@ - Filter string used to determine what files or folders to monitor. Example: **/*.cs, *.*, - subFolder/**/*.cshtml. + Filter string used to determine what files or folders to monitor. Examples: \*\*/\*.cs, \*.\*, subfolder/\*\*/\*.cshtml. - Creates a for the specified . - Globbing patterns are interpreted by . + Creates an for the specified . + Globbing patterns are interpreted by . - An that is notified when a file matching is added, - modified or deleted. Returns a if has invalid filter - characters or if is an absolute path or outside the root directory specified in the - constructor . - . + An that's notified when a file matching is added, modified, or deleted.ORA if has invalid filter characters or is an absolute path or is outside the root directory specified in the constructor . To be added. diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoWrapper.xml b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoWrapper.xml index cdfa47a6b46..dcdc8c4b5f6 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoWrapper.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing.Abstractions/DirectoryInfoWrapper.xml @@ -138,7 +138,7 @@ Returns the full path to the directory. To be added. - Equals the value of . + Equals the value of . @@ -256,7 +256,7 @@ Returns the parent directory. To be added. - Equals the value of . + Equals the value of . diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml b/xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml index f09c0eb972c..29e35329774 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing/Matcher.xml @@ -22,71 +22,98 @@ Searches the file system for files with names that match specified patterns. - Patterns specified in and can use - the following formats to match multiple files or directories. + Patterns specified in and can use the following formats to match multiple files or directories. - - exact directory and file name - - + Exact directory and file name. - "one.txt" + one.txt - "dir/two.txt" + dir/two.txt - - wildcards (*) in file and directory names that represent zero to many characters not including - directory separators characters - - - + Wildcards (*) in file and directory names that represent zero to many characters not including directory separators characters. + + + Value + Description + + + *.txt + All files with .txt file extension. + + + *.* + All files with an extension. + + + * + All files in top-level directory. + + + .* + File names beginning with '.'. + - "*.txt" - all files with .txt file extension + *word* + All files with 'word' in the filename. - "*.*" - all files with an extension + readme.* + All files named 'readme' with any file extension. - "*" - all files in top level directory + styles/*.css + All files with extension '.css' in the directory 'styles/'. - ".*" - filenames beginning with '.' + scripts/*/* + All files in 'scripts/' or one level of subdirectory under 'scripts/'. - - "*word* - all files with 'word' in the filename - "readme.*"all files named 'readme' with any file extension"styles/*.css"all files with extension '.css' in the directory 'styles/'"scripts/*/*"all files in 'scripts/' or one level of subdirectory under 'scripts/'"images*/*"all files in a folder with name that is or begins with 'images' + + images*/* + All files in a folder with name that is or begins with 'images'. + + - arbitrary directory depth ("/**/") - - + Arbitrary directory depth (/**/). + + + Value + Description + - "**/*" - all files in any subdirectory + **/* + All files in any subdirectory. - "dir/**/*" - all files in any subdirectory under 'dir/' + dir/**/* + All files in any subdirectory under 'dir/'. - relative paths - - '../shared/*' - all files in a diretory named 'shared' at the sibling level to the base directory given - to + Relative paths. + + + Value + Description + + + ../shared/* + All files in a diretory named "shared" at the sibling level to the base directory given to . + + + + diff --git a/xml/Microsoft.Extensions.FileSystemGlobbing/MatcherExtensions.xml b/xml/Microsoft.Extensions.FileSystemGlobbing/MatcherExtensions.xml index a2335327181..b5739ea57bd 100644 --- a/xml/Microsoft.Extensions.FileSystemGlobbing/MatcherExtensions.xml +++ b/xml/Microsoft.Extensions.FileSystemGlobbing/MatcherExtensions.xml @@ -56,10 +56,11 @@ - The matcher to which the exclude patterns are added - A list of globbing patterns - Adds multiple exclude patterns to . + The matcher to which the exclude patterns are added. + A list of globbing patterns. + Adds multiple exclude patterns to . To be added. + @@ -94,10 +95,11 @@ - The matcher to which the include patterns are added - A list of globbing patterns - Adds multiple patterns to include in . See + The matcher to which the include patterns are added. + A list of globbing patterns. + Adds multiple patterns to include in . To be added. + @@ -126,9 +128,9 @@ - The matcher - The root directory for the search - Searches the directory specified for all files matching patterns added to this instance of + The matcher. + The root directory for the search. + Searches the specified directory for all files matching patterns added to this instance of . Absolute file paths of all files matched. Empty enumerable if no files matched given patterns. To be added. diff --git a/xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml b/xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml index 7b1a285466c..aaa81bf66d4 100644 --- a/xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml +++ b/xml/Microsoft.Extensions.Options/OptionsBuilder`1.xml @@ -78,8 +78,7 @@ The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run before all . + Registers an action used to configure a particular type of options. These are run before all . The current . To be added. @@ -115,8 +114,7 @@ A dependency used by the action. The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run before all . + Registers an action used to configure a particular type of options. These are run before all . The current . To be added. @@ -158,8 +156,7 @@ The first dependency used by the action. The second dependency used by the action. The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run before all . + Registers an action used to configure a particular type of options. These are run before all . The current . To be added. @@ -207,8 +204,7 @@ The second dependency used by the action. The third dependency used by the action. The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run before all . + Registers an action used to configure a particular type of options. These are run before all . The current . To be added. @@ -262,8 +258,7 @@ The third dependency used by the action. The fourth dependency used by the action. The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run before all . + Registers an action used to configure a particular type of options. These are run before all . The current . To be added. @@ -323,8 +318,7 @@ The fourth dependency used by the action. The fifth dependency used by the action. The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run before all . + Registers an action used to configure a particular type of options. These are run before all . The current . To be added. @@ -376,8 +370,7 @@ The action used to configure the options. - Registers an action used to configure a particular type of options. - Note: These are run after all . + Registers an action used to configure a particular type of options. These are run after all . To be added. To be added. @@ -413,8 +406,7 @@ The dependency used by the action. The action used to configure the options. - Registers an action used to post configure a particular type of options. - Note: These are run after all . + Registers an action used to post configure a particular type of options. These are run after all . The current . To be added. @@ -456,8 +448,7 @@ The first dependency used by the action. The second dependency used by the action. The action used to configure the options. - Registers an action used to post configure a particular type of options. - Note: These are run after all . + Registers an action used to post configure a particular type of options. These are run after all . The current . To be added. @@ -505,8 +496,7 @@ The second dependency used by the action. The third dependency used by the action. The action used to configure the options. - Registers an action used to post configure a particular type of options. - Note: These are run after all . + Registers an action used to post configure a particular type of options. These are run after all . The current . To be added. @@ -560,8 +550,7 @@ The third dependency used by the action. The fourth dependency used by the action. The action used to configure the options. - Registers an action used to post configure a particular type of options. - Note: These are run after all . + Registers an action used to post configure a particular type of options. These are run after all . The current . To be added. @@ -621,8 +610,7 @@ The fourth dependency used by the action. The fifth dependency used by the action. The action used to configure the options. - Registers an action used to post configure a particular type of options. - Note: These are run after all . + Registers an action used to post configure a particular type of options. These are run after all . The current . To be added. diff --git a/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml b/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml index 6c01b2ed08e..62fc3cf8d51 100644 --- a/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml +++ b/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml @@ -687,7 +687,7 @@ - . + - . + - . + - . + Required. . Any valid file number. Returns an enumeration representing the file mode for files opened using the function. The gives you better productivity and performance in file I/O operations than the function. See for more information. - The following enumeration values indicate the file access mode: - - Value - - Mode - - 1 - - 2 - - 4 - - 8 - - 32 - - + One of the following values: + + + + Value + File access mode + + 1 + 2 + 4 + 8 + 32 + + Optional. Numeric expression that is the sum of values specifying the number and type of buttons to display, the icon style to use, the identity of the default button, and the modality of the message box. If you omit , the default value is zero. Optional. expression displayed in the title bar of the dialog box. If you omit , the application name is placed in the title bar. Displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked. - + One of the following values: + + Constant + Value + - Constant - - - Value - - + + 1 - - - - 1 - - + + 2 - - - - 2 - - + + 3 - - - - 3 - - + + 4 - - - - 4 - - + + 5 - - - - 5 - - + + 6 - - - - 6 - - - - - - - - 7 - - + + 7 - . + event for the form. > [!NOTE] -> The `MsgBox` function requires `UIPermission` at the level, which may affect its execution in partial-trust situations. For more information, see . +> The `MsgBox` function requires `UIPermission` at the level, which may affect its execution in partial-trust situations. For more information, see . The `MsgBoxStyle` enumeration values are listed in the following table. @@ -1241,9 +1209,7 @@ drawObj.SaveAs("C:\Drawings\sample.drw") |`MsgBoxRight`|524288|Text is right-aligned.| |`MsgBoxRtlReading`|1048576|Specifies text should appear as right-to-left reading on Hebrew and Arabic systems.| - The first group of values (0-5) describes the number and type of buttons displayed in the dialog box. The second group (16, 32, 48, 64) describes the icon style. The third group (0, 256, 512) determines which button is the default. The fourth group (0, 4096) determines the modality of the message box, and the fifth group specifies whether or not the message box window is the foreground window, along with the alignment and direction of the text. When adding numbers to create a final value for the `Buttons` argument, use only one number from each group. - - + The first group of values (0-5) describes the number and type of buttons displayed in the dialog box. The second group (16, 32, 48, 64) describes the icon style. The third group (0, 256, 512) determines which button is the default. The fourth group (0, 4096) determines the modality of the message box, and the fifth group specifies whether or not the message box window is the foreground window, along with the alignment and direction of the text. When adding numbers to create a final value for the `Buttons` argument, use only one number from each group. ## Examples This example uses the `MsgBox` function to display a critical-error message in a dialog box with Yes and No buttons. The No button is specified as the default response. This is done by combining the `MsgBox` constant values into one numeric expression. In this case, adding 4 (the Yes/No button combination) and 16 (the **Critical Message** window) and 256 (the second button as default button) gives a total of 276. The value returned by the `MsgBox` function depends on the button chosen by the user: Yes returns a value of 6; No returns a value of 7. @@ -1315,9 +1281,7 @@ drawObj.SaveAs("C:\Drawings\sample.drw") If `Interval` is 1, the range is "`Number`:`Number`", regardless of the `Start` and `Stop` arguments. For example, if `Number` is 267, `Stop` is 1000, and `Interval` is 1, `Partition` returns " 267: 267". - `Partition` can be useful when constructing database queries. You can create a SELECT query that shows how many orders occur within various value ranges, for example with invoice values from 1 to 1000, 1001 to 2000, and so on. - - + `Partition` can be useful when constructing database queries. You can create a SELECT query that shows how many orders occur within various value ranges, for example with invoice values from 1 to 1000, 1001 to 2000, and so on. ## Examples The following example sets up a series of ranges for decades from 1950 through 2049. It locates the value of `year` within the appropriate range and returns a `String` value showing the range. If `year` has a value of 1984, for example, `Partition` returns "1980:1989". @@ -1376,9 +1340,7 @@ drawObj.SaveAs("C:\Drawings\sample.drw") Registry settings that are to be accessed from a non-interactive process (such as Mtx.exe) should be stored under either the `HKEY_LOCAL_MACHINE\Software\` or the `HKEY_USER\DEFAULT\Software` registry keys. - `SaveSetting` requires `Write` and `Create` . - - + `SaveSetting` requires `Write` and `Create` . ## Examples The following example first uses the `SaveSetting` function to make entries in the Windows registry for the `MyApp` application, and then uses the `DeleteSetting` function to remove them. @@ -1492,9 +1454,7 @@ ID = Shell("""C:\Program Files\display.exe"" -a -q", , True, 100000) > If you do not enclose the path and file specification in quotation marks, there is a security risk if the file name or a path node contains spaces. In the preceding example, the path node `\Program Files` includes a space. If the specification were not inside quotation marks and a program named `Program.exe` had been installed in C:\\, for example by illicit tampering, Windows would execute it instead of `display.exe`. > [!IMPORTANT] -> The `Shell` function requires unmanaged code permission, which might affect its execution in partial-trust situations. For more information, see and [Code Access Permissions](https://msdn.microsoft.com/library/e5ae402f-6dda-4732-bbe8-77296630f675). - - +> The `Shell` function requires unmanaged code permission, which might affect its execution in partial-trust situations. For more information, see and [Code Access Permissions](https://msdn.microsoft.com/library/e5ae402f-6dda-4732-bbe8-77296630f675). ## Examples The following example uses the `Shell` function to run an application specified by the user. Specifying as the second argument opens the application in normal size and gives it the focus. @@ -1561,9 +1521,7 @@ ID = Shell("""C:\Program Files\display.exe"" -a -q", , True, 100000) If you do not supply the `VarExpr` argument, `Switch` returns `Nothing`. > [!NOTE] -> The expressions in the argument list can include function calls. As part of preparing the argument list for the call to `Switch`, the Visual Basic compiler calls every function in every expression. This means that you cannot rely on a particular function not being called if an expression earlier in the argument list is `True`. - - +> The expressions in the argument list can include function calls. As part of preparing the argument list for the call to `Switch`, the Visual Basic compiler calls every function in every expression. This means that you cannot rely on a particular function not being called if an expression earlier in the argument list is `True`. ## Examples The following example uses the `Switch` function to return the name of a language that matches the name of a city. It requires that `Option Strict` be `Off`. diff --git a/xml/Microsoft.VisualBasic/Strings.xml b/xml/Microsoft.VisualBasic/Strings.xml index 57883fc6754..6636b119ccc 100644 --- a/xml/Microsoft.VisualBasic/Strings.xml +++ b/xml/Microsoft.VisualBasic/Strings.xml @@ -1210,52 +1210,28 @@ Returns an integer specifying the start position of the first occurrence of one string within another. + + If + InStr returns + - If - - - InStr returns - - - - - - is zero length or - 0 - - + is zero length or + 0 - - is zero length or - The starting position for the search, which defaults to the first character position. - - - - - - is not found - - - 0 - - + is zero length or + The starting position for the search, which defaults to the first character position. - - is found within - Position where match begins - - + is not found + 0 - - - - + is found within + Position where match begins. - . + [!NOTE] -> The `InStrB` function in previous versions of Visual Basic returns a number of bytes rather than a character position. It is used primarily for converting strings in double-byte character set (DBCS) applications. All Visual Basic 2005 strings are in Unicode, and `InStrB` is no longer supported. +> The `InStrB` function in previous versions of Visual Basic returns a number of bytes rather than a character position. It is used primarily for converting strings in double-byte character set (DBCS) applications. All Visual Basic 2005 strings are in Unicode, and `InStrB` is no longer supported. The `Compare` argument settings are: |Constant|Value|Description| |-|-|-| |`Binary`|0|Performs a binary comparison| -|`Text`|1|Performs a text comparison| - - +|`Text`|1|Performs a text comparison| ## Examples This example uses the `InStr` function to return the position of the first occurrence of one string within another. @@ -1338,53 +1312,32 @@ Returns an integer specifying the start position of the first occurrence of one string within another. + + If + InStr returns + - If - - - InStr returns - - + is zero length or + 0 - - is zero length or - 0 - - + is zero length or + - - is zero length or - - - + is not found + 0 - - is not found - - - 0 - - + is found within + Position where match begins - - is found within - Position where match begins - - - - - - > length of - 0 - - + > length of + 0 - . + Returns the position of the first occurrence of one string within another, starting from the right side of the string. + + If + InStrRev returns + - If - - - InStrRev returns - - + is zero-length + 0 - - is zero-length - - - 0 - - - - - - is zero-length - - - - - + is zero-length + - - is not found - - - 0 - - + is not found + 0 - - is found within - Position at which the first match is found, starting with the right side of the string. - - + is found within + Position at which the first match is found, starting with the right side of the string. - - is greater than length of - 0 - - + is greater than length of + 0 - . + Optional. Number of substring substitutions to perform. If omitted, the default value is -1, which means "make all possible substitutions." Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. See Settings for values. Returns a string in which a specified substring has been replaced with another substring a specified number of times. - - returns the following values. - - If - - Replace returns - - is zero-length or Copy of is zero-length - - Copy of with no occurrences of is zero-length or , or is greater than length of is 0 - - Copy of + One of the following values. + + + If + Replace returns + + + is zero-length or + Copy of + + + is zero-length + Copy of with no occurrences of + + + is zero-length or , or is greater than length of + + + + is 0 + Copy of + + + Required. Any valid expression. Optional. Specifies the type of string comparison. If is omitted, the setting determines the type of comparison. Returns -1, 0, or 1, based on the result of a string comparison. - The function has the following return values. - - If - - StrComp returns - - sorts ahead of -1 - - is equal to 0 - - sorts after 1 - - + One of the following values: + + + If + StrComp returns + + + sorts ahead of + -1 + + + is equal to + 0 + + + sorts after + 1 + + + - + + diff --git a/xml/System.Collections.Generic/List`1.xml b/xml/System.Collections.Generic/List`1.xml index 1490a7d647a..aaf0e97bbf6 100644 --- a/xml/System.Collections.Generic/List`1.xml +++ b/xml/System.Collections.Generic/List`1.xml @@ -1115,6 +1115,18 @@ Copies the or a portion of it to an array. + + method. A of strings is created and populated with 5 strings. An empty string array of 15 elements is created, and the method overload is used to copy all the elements of the list to the array beginning at the first element of the array. The method overload is used to copy all the elements of the list to the array beginning at array index 6 (leaving index 5 empty). Finally, the method overload is used to copy 3 elements from the list, beginning with index 2, to the array beginning at array index 12 (leaving index 11 empty). The contents of the array are then displayed. + + :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR/List`1_CopyTo/cpp/source.cpp" id="Snippet1"::: + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR/List`1_CopyTo/cs/source.cs" interactive="try-dotnet" id="Snippet1"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_CopyTo/vb/source.vb" id="Snippet1"::: + + ]]> + @@ -1169,16 +1181,7 @@ This method is an O(*n*) operation, where *n* is . - - -## Examples - The following example demonstrates all three overloads of the method. A of strings is created and populated with 5 strings. An empty string array of 15 elements is created, and the method overload is used to copy all the elements of the list to the array beginning at the first element of the array. The method overload is used to copy all the elements of the list to the array beginning at array index 6 (leaving index 5 empty). Finally, the method overload is used to copy 3 elements from the list, beginning with index 2, to the array beginning at array index 12 (leaving index 11 empty). The contents of the array are then displayed. - - [!code-cpp[List\`1_CopyTo#1](~/samples/snippets/cpp/VS_Snippets_CLR/List`1_CopyTo/cpp/source.cpp#1)] - [!code-csharp[List\`1_CopyTo#1](~/samples/snippets/csharp/VS_Snippets_CLR/List`1_CopyTo/cs/source.cs#1)] - [!code-vb[List\`1_CopyTo#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_CopyTo/vb/source.vb#1)] - - ]]> + ]]> is . @@ -1236,16 +1239,7 @@ The elements are copied to the in the same order in which the enumerator iterates through the . This method is an O(*n*) operation, where *n* is . - - -## Examples - The following example demonstrates all three overloads of the method. A of strings is created and populated with 5 strings. An empty string array of 15 elements is created, and the method overload is used to copy all the elements of the list to the array beginning at the first element of the array. The method overload is used to copy all the elements of the list to the array beginning at array index 6 (leaving index 5 empty). Finally, the method overload is used to copy 3 elements from the list, beginning with index 2, to the array beginning at array index 12 (leaving index 11 empty). The contents of the array are then displayed. - - [!code-cpp[List\`1_CopyTo#1](~/samples/snippets/cpp/VS_Snippets_CLR/List`1_CopyTo/cpp/source.cpp#1)] - [!code-csharp[List\`1_CopyTo#1](~/samples/snippets/csharp/VS_Snippets_CLR/List`1_CopyTo/cs/source.cs#1)] - [!code-vb[List\`1_CopyTo#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_CopyTo/vb/source.vb#1)] - ]]> @@ -1307,16 +1301,7 @@ The elements are copied to the in the same order in which the enumerator iterates through the . This method is an O(*n*) operation, where *n* is `count`. - - -## Examples - The following example demonstrates all three overloads of the method. A of strings is created and populated with 5 strings. An empty string array of 15 elements is created, and the method overload is used to copy all the elements of the list to the array beginning at the first element of the array. The method overload is used to copy all the elements of the list to the array beginning at array index 6 (leaving index 5 empty). Finally, the method overload is used to copy 3 elements from the list, beginning with index 2, to the array beginning at array index 12 (leaving index 11 empty). The contents of the array are then displayed. - - [!code-cpp[List\`1_CopyTo#1](~/samples/snippets/cpp/VS_Snippets_CLR/List`1_CopyTo/cpp/source.cpp#1)] - [!code-csharp[List\`1_CopyTo#1](~/samples/snippets/csharp/VS_Snippets_CLR/List`1_CopyTo/cs/source.cs#1)] - [!code-vb[List\`1_CopyTo#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_CopyTo/vb/source.vb#1)] - ]]> @@ -2521,6 +2506,19 @@ Public Function StartsWith(e As Employee) As Boolean Returns the zero-based index of the first occurrence of a value in the or in a portion of it. + + method. A of strings is created, with one entry that appears twice, at index location 0 and index location 5. The method overload searches the list from the beginning, and finds the first occurrence of the string. The method overload is used to search the list beginning with index location 3 and continuing to the end of the list, and finds the second occurrence of the string. Finally, the method overload is used to search a range of two entries, beginning at index location two; it returns -1 because there are no instances of the search string in that range. + + :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR/List`1_IndexOf/cpp/source.cpp" id="Snippet1"::: + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR/List`1_IndexOf/cs/source.cs" interactive="try-dotnet" id="Snippet1"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_IndexOf/vb/source.vb" id="Snippet1"::: + + ]]> + + @@ -2579,15 +2577,6 @@ Public Function StartsWith(e As Employee) As Boolean This method performs a linear search; therefore, this method is an O(*n*) operation, where *n* is . - - -## Examples - The following example demonstrates all three overloads of the method. A of strings is created, with one entry that appears twice, at index location 0 and index location 5. The method overload searches the list from the beginning, and finds the first occurrence of the string. The method overload is used to search the list beginning with index location 3 and continuing to the end of the list, and finds the second occurrence of the string. Finally, the method overload is used to search a range of two entries, beginning at index location two; it returns -1 because there are no instances of the search string in that range. - - [!code-cpp[List\`1_IndexOf#1](~/samples/snippets/cpp/VS_Snippets_CLR/List`1_IndexOf/cpp/source.cpp#1)] - [!code-csharp[List\`1_IndexOf#1](~/samples/snippets/csharp/VS_Snippets_CLR/List`1_IndexOf/cs/source.cs#1)] - [!code-vb[List\`1_IndexOf#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_IndexOf/vb/source.vb#1)] - ]]> @@ -2645,15 +2634,6 @@ Public Function StartsWith(e As Employee) As Boolean This method performs a linear search; therefore, this method is an O(*n*) operation, where *n* is the number of elements from `index` to the end of the . - - -## Examples - The following example demonstrates all three overloads of the method. A of strings is created, with one entry that appears twice, at index location 0 and index location 5. The method overload searches the list from the beginning, and finds the first occurrence of the string. The method overload is used to search the list beginning with index location 3 and continuing to the end of the list, and finds the second occurrence of the string. Finally, the method overload is used to search a range of two entries, beginning at index location two; it returns -1 because there are no instances of the search string in that range. - - [!code-cpp[List\`1_IndexOf#1](~/samples/snippets/cpp/VS_Snippets_CLR/List`1_IndexOf/cpp/source.cpp#1)] - [!code-csharp[List\`1_IndexOf#1](~/samples/snippets/csharp/VS_Snippets_CLR/List`1_IndexOf/cs/source.cs#1)] - [!code-vb[List\`1_IndexOf#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_IndexOf/vb/source.vb#1)] - ]]> @@ -2715,16 +2695,7 @@ Public Function StartsWith(e As Employee) As Boolean This method performs a linear search; therefore, this method is an O(*n*) operation, where *n* is `count`. - - -## Examples - The following example demonstrates all three overloads of the method. A of strings is created, with one entry that appears twice, at index location 0 and index location 5. The method overload searches the list from the beginning, and finds the first occurrence of the string. The method overload is used to search the list beginning with index location 3 and continuing to the end of the list, and finds the second occurrence of the string. Finally, the method overload is used to search a range of two entries, beginning at index location two; it returns -1 because there are no instances of the search string in that range. - - [!code-cpp[List\`1_IndexOf#1](~/samples/snippets/cpp/VS_Snippets_CLR/List`1_IndexOf/cpp/source.cpp#1)] - [!code-csharp[List\`1_IndexOf#1](~/samples/snippets/csharp/VS_Snippets_CLR/List`1_IndexOf/cs/source.cs#1)] - [!code-vb[List\`1_IndexOf#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_IndexOf/vb/source.vb#1)] - - ]]> + ]]> is outside the range of valid indexes for the . @@ -3521,6 +3492,18 @@ Public Function StartsWith(e As Employee) As Boolean Reverses the order of the elements in the or a portion of it. + + method. The example creates a of strings and adds six strings. The method overload is used to reverse the list, and then the method overload is used to reverse the middle of the list, beginning with element 1 and encompassing four elements. + + :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR/List`1_Reverse/cpp/source.cpp" id="Snippet1"::: + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR/List`1_Reverse/cs/source.cs" interactive="try-dotnet" id="Snippet1"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_Reverse/vb/source.vb" id="Snippet1"::: + + ]]> + @@ -3565,16 +3548,7 @@ Public Function StartsWith(e As Employee) As Boolean This method is an O(*n*) operation, where *n* is . - - -## Examples - The following example demonstrates both overloads of the method. The example creates a of strings and adds six strings. The method overload is used to reverse the list, and then the method overload is used to reverse the middle of the list, beginning with element 1 and encompassing four elements. - - [!code-cpp[List\`1_Reverse#1](~/samples/snippets/cpp/VS_Snippets_CLR/List`1_Reverse/cpp/source.cpp#1)] - [!code-csharp[List\`1_Reverse#1](~/samples/snippets/csharp/VS_Snippets_CLR/List`1_Reverse/cs/source.cs#1)] - [!code-vb[List\`1_Reverse#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_Reverse/vb/source.vb#1)] - - ]]> + ]]> @@ -3624,16 +3598,7 @@ Public Function StartsWith(e As Employee) As Boolean This method uses to reverse the order of the elements. This method is an O(*n*) operation, where *n* is . - - -## Examples - The following example demonstrates both overloads of the method. The example creates a of strings and adds six strings. The method overload is used to reverse the list, and then the method overload is used to reverse the middle of the list, beginning with element 1 and encompassing four elements. - - [!code-cpp[List\`1_Reverse#1](~/samples/snippets/cpp/VS_Snippets_CLR/List`1_Reverse/cpp/source.cpp#1)] - [!code-csharp[List\`1_Reverse#1](~/samples/snippets/csharp/VS_Snippets_CLR/List`1_Reverse/cs/source.cs#1)] - [!code-vb[List\`1_Reverse#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/List`1_Reverse/vb/source.vb#1)] - ]]> diff --git a/xml/System.Collections.Generic/SortedDictionary`2.xml b/xml/System.Collections.Generic/SortedDictionary`2.xml index b3ec9150c28..9595ebe8b49 100644 --- a/xml/System.Collections.Generic/SortedDictionary`2.xml +++ b/xml/System.Collections.Generic/SortedDictionary`2.xml @@ -128,8 +128,8 @@ Finally, the example demonstrates the method. - [!code-csharp[Generic.SortedDictionary#1](~/samples/snippets/csharp/VS_Snippets_CLR/Generic.SortedDictionary/CS/source.cs#1)] - [!code-vb[Generic.SortedDictionary#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.SortedDictionary/VB/source.vb#1)] +[!code-csharp[Generic.SortedDictionary#1](~/samples/snippets/csharp/VS_Snippets_CLR/Generic.SortedDictionary/CS/source.cs#1)] +[!code-vb[Generic.SortedDictionary#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.SortedDictionary/VB/source.vb#1)] ]]> diff --git a/xml/System.Collections.Generic/SortedList`2.xml b/xml/System.Collections.Generic/SortedList`2.xml index f08361f7b8d..fae89b28051 100644 --- a/xml/System.Collections.Generic/SortedList`2.xml +++ b/xml/System.Collections.Generic/SortedList`2.xml @@ -103,9 +103,9 @@ Another difference between the and classes is that supports efficient indexed retrieval of keys and values through the collections returned by the and properties. It is not necessary to regenerate the lists when the properties are accessed, because the lists are just wrappers for the internal arrays of keys and values. The following code shows the use of the property for indexed retrieval of values from a sorted list of strings: - [!code-cpp[Generic.SortedList#11](~/samples/snippets/cpp/VS_Snippets_CLR/Generic.SortedList/cpp/remarks.cpp#11)] - [!code-csharp[Generic.SortedList#11](~/samples/snippets/csharp/VS_Snippets_CLR/Generic.SortedList/CS/remarks.cs#11)] - [!code-vb[Generic.SortedList#11](~/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.SortedList/VB/remarks.vb#11)] + :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR/Generic.SortedList/cpp/remarks.cpp" id="Snippet11"::: + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR/Generic.SortedList/CS/remarks.cs" id="Snippet11"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.SortedList/VB/remarks.vb" id="Snippet11"::: is implemented as an array of key/value pairs, sorted by the key. Each element can be retrieved as a object. @@ -119,9 +119,9 @@ The `foreach` statement of the C# language (`for each` in C++, `For Each` in Visual Basic) returns an object of the type of the elements in the collection. Since the elements of the are key/value pairs, the element type is not the type of the key or the type of the value. Instead, the element type is . For example: - [!code-cpp[Generic.SortedList#12](~/samples/snippets/cpp/VS_Snippets_CLR/Generic.SortedList/cpp/remarks.cpp#12)] - [!code-csharp[Generic.SortedList#12](~/samples/snippets/csharp/VS_Snippets_CLR/Generic.SortedList/CS/remarks.cs#12)] - [!code-vb[Generic.SortedList#12](~/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.SortedList/VB/remarks.vb#12)] + :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR/Generic.SortedList/cpp/remarks.cpp" id="Snippet12"::: + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR/Generic.SortedList/CS/remarks.cs" id="Snippet12"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.SortedList/VB/remarks.vb" id="Snippet12"::: The `foreach` statement is a wrapper around the enumerator, which only allows reading from, not writing to, the collection. diff --git a/xml/System.Collections.Generic/Stack`1.xml b/xml/System.Collections.Generic/Stack`1.xml index fc0f9d146ab..4d64ded0622 100644 --- a/xml/System.Collections.Generic/Stack`1.xml +++ b/xml/System.Collections.Generic/Stack`1.xml @@ -112,8 +112,8 @@ The method is used to show that the string "four" is in the first copy of the stack, after which the method clears the copy and the property shows that the stack is empty. - [!code-csharp[Generic.Stack#1](~/samples/snippets/csharp/VS_Snippets_CLR/Generic.Stack/cs/source.cs#1)] - [!code-vb[Generic.Stack#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.Stack/vb/source.vb#1)] + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR/Generic.Stack/cs/source.cs" interactive="try-dotnet" id="Snippet1"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.Stack/vb/source.vb" id="Snippet1"::: ]]> diff --git a/xml/System.Collections.Generic/SynchronizedCollection`1.xml b/xml/System.Collections.Generic/SynchronizedCollection`1.xml index 0edb830cb26..4a93e9fc127 100644 --- a/xml/System.Collections.Generic/SynchronizedCollection`1.xml +++ b/xml/System.Collections.Generic/SynchronizedCollection`1.xml @@ -23,7 +23,8 @@ - + + diff --git a/xml/System.ComponentModel.DataAnnotations/DisplayFormatAttribute.xml b/xml/System.ComponentModel.DataAnnotations/DisplayFormatAttribute.xml index 234476e9e3f..4fc542b3e0a 100644 --- a/xml/System.ComponentModel.DataAnnotations/DisplayFormatAttribute.xml +++ b/xml/System.ComponentModel.DataAnnotations/DisplayFormatAttribute.xml @@ -312,7 +312,7 @@ If has not been specified, the value of is returned. If has been specified and represents a resource key within that resource type, the localized value is returned. If and have not been set, returns . - . + To be added. Both the and properties are set, but a public static property with a name matching the value cannot be found on the . diff --git a/xml/System.Data.OracleClient/OracleBinary.xml b/xml/System.Data.OracleClient/OracleBinary.xml index 86e49598e6c..b26a28d5f39 100644 --- a/xml/System.Data.OracleClient/OracleBinary.xml +++ b/xml/System.Data.OracleClient/OracleBinary.xml @@ -99,11 +99,7 @@ Greater than zero - This object is greater than the object. - - -or- - - The object is a null reference. + This object is greater than the object, or the object is a null reference. To be added. diff --git a/xml/System.Data.OracleClient/OracleBoolean.xml b/xml/System.Data.OracleClient/OracleBoolean.xml index 2ba4557fb0f..8a55846e5e1 100644 --- a/xml/System.Data.OracleClient/OracleBoolean.xml +++ b/xml/System.Data.OracleClient/OracleBoolean.xml @@ -170,11 +170,7 @@ A positive integer - This instance is greater than . - - -or- - - is a null reference ( in Visual Basic). + This instance is greater than , or is a null reference ( in Visual Basic). diff --git a/xml/System.Data.Services.Providers/DataServiceProviderMethods.xml b/xml/System.Data.Services.Providers/DataServiceProviderMethods.xml index 5f647b64f21..23507776aa0 100644 --- a/xml/System.Data.Services.Providers/DataServiceProviderMethods.xml +++ b/xml/System.Data.Services.Providers/DataServiceProviderMethods.xml @@ -80,7 +80,7 @@ - . + - . + - . + - . + - . + Greater than zero - This object is greater than object. - - -or- - - The object is a null reference. + This object is greater than object, or the object is a null reference. To be added. @@ -307,11 +303,7 @@ Greater than zero - This object is greater than object. - - -or- - - The object is a null reference. + This object is greater than object, or the object is a null reference. To be added. diff --git a/xml/System.Data.SqlTypes/SqlBoolean.xml b/xml/System.Data.SqlTypes/SqlBoolean.xml index 1d92d6cc386..ff57017f5b7 100644 --- a/xml/System.Data.SqlTypes/SqlBoolean.xml +++ b/xml/System.Data.SqlTypes/SqlBoolean.xml @@ -339,11 +339,7 @@ A positive integer - This instance is greater than . - - -or- - - is a null reference ( in Visual Basic). + This instance is greater than , or is a null reference ( in Visual Basic). @@ -416,11 +412,7 @@ A positive integer - This instance is greater than . - - -or- - - is a null reference ( in Visual Basic). + This instance is greater than , or is a null reference ( in Visual Basic). diff --git a/xml/System.Data.SqlTypes/SqlInt16.xml b/xml/System.Data.SqlTypes/SqlInt16.xml index e22dee08916..5707fe60e4e 100644 --- a/xml/System.Data.SqlTypes/SqlInt16.xml +++ b/xml/System.Data.SqlTypes/SqlInt16.xml @@ -317,11 +317,7 @@ Greater than zero - This instance is greater than the object - - -or- - - The object is a null reference ( in Visual Basic) + This instance is greater than the object, or the object is a null reference ( in Visual Basic) To be added. diff --git a/xml/System.Data/EntityKey.xml b/xml/System.Data/EntityKey.xml index 155b0d89e87..7c63e7064d1 100644 --- a/xml/System.Data/EntityKey.xml +++ b/xml/System.Data/EntityKey.xml @@ -645,7 +645,7 @@ In addition, temporary keys have no or key values, but permanent keys do. - The equivalent method for this operator is .]]> + The equivalent method for this operator is .]]> diff --git a/xml/System.Diagnostics.CodeAnalysis/DynamicDependencyAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/DynamicDependencyAttribute.xml new file mode 100644 index 00000000000..4fce81822c9 --- /dev/null +++ b/xml/System.Diagnostics.CodeAnalysis/DynamicDependencyAttribute.xml @@ -0,0 +1,270 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.Attribute + + + + + System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Field | System.AttributeTargets.Method, AllowMultiple=true, Inherited=false) + + + + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Type + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMemberTypes.xml b/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMemberTypes.xml new file mode 100644 index 00000000000..ad451d60377 --- /dev/null +++ b/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMemberTypes.xml @@ -0,0 +1,326 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.Enum + + + + System.Flags + + + + To be added. + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + -1 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 1 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 0 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 4 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 4096 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 64 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 16 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 256 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 1024 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 3 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 2048 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 32 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 8 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 128 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 512 + + To be added. + + + + diff --git a/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMembersAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMembersAttribute.xml new file mode 100644 index 00000000000..e078afc0f05 --- /dev/null +++ b/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMembersAttribute.xml @@ -0,0 +1,69 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.Attribute + + + + + System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.GenericParameter | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue, Inherited=false) + + + + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Diagnostics.CodeAnalysis/UnconditionalSuppressMessageAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/UnconditionalSuppressMessageAttribute.xml new file mode 100644 index 00000000000..2e29eb98744 --- /dev/null +++ b/xml/System.Diagnostics.CodeAnalysis/UnconditionalSuppressMessageAttribute.xml @@ -0,0 +1,176 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.Attribute + + + + + System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true, Inherited=false) + + + + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.DirectoryServices.AccountManagement/PrincipalValueCollection`1.xml b/xml/System.DirectoryServices.AccountManagement/PrincipalValueCollection`1.xml index 45c208e370c..13a0a7dc47d 100644 --- a/xml/System.DirectoryServices.AccountManagement/PrincipalValueCollection`1.xml +++ b/xml/System.DirectoryServices.AccountManagement/PrincipalValueCollection`1.xml @@ -749,7 +749,7 @@ Returns a bool indicating whether the specified object is in the collection. - . + To be added. diff --git a/xml/System.Globalization/CompareInfo.xml b/xml/System.Globalization/CompareInfo.xml index a247e6a4153..6c7af8fb9dc 100644 --- a/xml/System.Globalization/CompareInfo.xml +++ b/xml/System.Globalization/CompareInfo.xml @@ -225,6 +225,43 @@ + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Int32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + @@ -1445,6 +1482,78 @@ + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Int32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Int32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + System.Globalization @@ -1624,6 +1733,80 @@ + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Int32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Int32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + @@ -2681,6 +2864,43 @@ + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + @@ -2837,6 +3057,40 @@ + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + @@ -2897,6 +3151,40 @@ is . + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + System.Globalization @@ -2986,6 +3274,43 @@ + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + @@ -3260,6 +3585,80 @@ + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Int32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Globalization + + + mscorlib + + + netstandard + + + System.Int32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.IO/BinaryReader.xml b/xml/System.IO/BinaryReader.xml index 8774dd64850..efe1c5dc970 100644 --- a/xml/System.IO/BinaryReader.xml +++ b/xml/System.IO/BinaryReader.xml @@ -1010,12 +1010,16 @@ - - + + - - + + + + + + @@ -1077,6 +1081,40 @@ How to: Write Text to a File + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.IO + + + mscorlib + + + netstandard + + + System.Runtime.Extensions + + + System.Int64 + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.IO/BinaryWriter.xml b/xml/System.IO/BinaryWriter.xml index dbfa7bcdd8e..005b9096355 100644 --- a/xml/System.IO/BinaryWriter.xml +++ b/xml/System.IO/BinaryWriter.xml @@ -2319,12 +2319,16 @@ This member is an explicit interface member implementation. It can be used only - - + + - - + + + + + + Method System.IO @@ -2380,5 +2384,41 @@ This member is an explicit interface member implementation. It can be used only The stream is closed. + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.IO + + + mscorlib + + + netstandard + + + System.Runtime.Extensions + + + System.Void + + + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.IO/DirectoryInfo.xml b/xml/System.IO/DirectoryInfo.xml index 655185b60b3..2f5df188403 100644 --- a/xml/System.IO/DirectoryInfo.xml +++ b/xml/System.IO/DirectoryInfo.xml @@ -226,9 +226,7 @@ If the directory did not exist before calling this method, then any cached attribute information about the directory will be flushed if the creation is successful. - For a list of common I/O tasks, see [Common I/O Tasks](/dotnet/standard/io/common-i-o-tasks). - - + For a list of common I/O tasks, see [Common I/O Tasks](/dotnet/standard/io/common-i-o-tasks). ## Examples The following example checks whether a specified directory exists, creates the directory if it does not exist, and deletes the directory. @@ -1904,13 +1902,11 @@ namespace ConsoleApp method overload and specifying the access control sections | | (`Or``Or` in Visual Basic). + Calling this method overload is equivalent to calling the method overload and specifying the access control sections | | ( `Or` `Or` in Visual Basic). Use the method to retrieve the access control list (ACL) entries for the current file. - An ACL describes individuals and/or groups who have, or do not have, rights to specific actions on the given file or directory. For more information, see [How to: Add or Remove Access Control List Entries](/dotnet/standard/io/how-to-add-or-remove-access-control-list-entries). - - + An ACL describes individuals and/or groups who have, or do not have, rights to specific actions on the given file or directory. For more information, see [How to: Add or Remove Access Control List Entries](/dotnet/standard/io/how-to-add-or-remove-access-control-list-entries). ## Examples The following example uses the and methods to add and then remove an access control list (ACL) entry from a directory. @@ -1963,31 +1959,11 @@ namespace ConsoleApp One of the values that specifies the type of access control list (ACL) information to receive. Gets a object that encapsulates the specified type of access control list (ACL) entries for the directory described by the current object. - A object that encapsulates the access control rules for the file described by the parameter. - - Exceptions - - Exception type - - Condition - - The directory could not be found or modified. - - The current process does not have access to open the directory. - - An I/O error occurred while opening the directory. - - The directory is read-only. - - -or- - - This operation is not supported on the current platform. - - -or- - - The caller does not have the required permission. - - + A object that encapsulates the access control rules for the file described by the parameter. + The directory could not be found or modified. + The current process does not have access to open the directory.
OR
The directory is read-only.
OR
This operation is not supported on the current platform.
OR
The caller does not have the required permission. +
+ An I/O error occurred while opening the directory. of any of the paths in `paths` is zero, the method concatenates the remaining arguments. If the resulting concatenated string's length is zero, the method returns . -If any of the paths in `paths`, except for the last one, ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: +If any of the paths in `paths`, except for the last one, ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: - Retrieve the value of the property rather than hard-coding a directory separator character. @@ -2470,7 +2470,7 @@ Not all invalid characters for directory and file names are interpreted as unacc This method simply concatenates `path` and `path2` and adds a directory separator character between the two path components if one is not already present at the end of `path1` or the beginning of `path2`. If the of either `path1` or `path2` is zero, the method returns the other path. If the of both `path1` and `path2` is zero, the method returns . -If `path1` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: +If `path1` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: - Retrieve the value of the property rather than hard-coding a directory separator character. @@ -2535,7 +2535,7 @@ The following example illustrates the difference in the paths returned by the . -If `path1` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: +If `path1` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: - Retrieve the value of the property rather than hard-coding a directory separator character. @@ -2594,7 +2594,7 @@ Not all invalid characters for directory and file names are interpreted as unacc This method simply concatenates `path`, `path2`, and `path3` and adds a directory separator character between any of the path components if one is not already present. If the of any of `path1`, `path2`, or `path3` arguments is zero, the method concatenates the remaining arguments. If the of all components is zero, the method returns . -If `path1` or `path2` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: +If `path1` or `path2` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: - Retrieve the value of the property rather than hard-coding a directory separator character. @@ -2660,7 +2660,7 @@ The following example illustrates the difference in the paths returned by the . -If `path1` or `path2` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: +If `path1` or `path2` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: - Retrieve the value of the property rather than hard-coding a directory separator character. @@ -2720,7 +2720,7 @@ Not all invalid characters for directory and file names are interpreted as unacc This method simply concatenates `path`, `path2`, `path3` and `path4` and adds a directory separator character between any of the path components if one is not already present. If the of any of `path1`, `path2`, `path3` or `path4` argument is zero, the method concatenates the remaining arguments. If the of all components is zero, the method returns . -If `path1` or `path2` or `path3` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: +If `path1` or `path2` or `path3` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: - Retrieve the value of the property rather than hard-coding a directory separator character. @@ -2780,7 +2780,7 @@ Not all invalid characters for directory and file names are interpreted as unacc This method simply concatenates `path`, `path2`, `path3` and `path4` and adds a directory separator character between any of the path components if one is not already present. If the length of any of `path1`, `path2`, `path3` or `path4` argument is zero, the method concatenates the remaining arguments. If the length of the resulting concatenated string is zero, the method returns . -If `path1` or `path2` or `path3` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: +If `path1` or `path2` or `path3` ends in a path separator character that is not appropriate for the target platform, the `Join` method preserves the original path separator character and appends the supported one. This issue arises in hard-coded paths that use the Windows backslash ("\\") character, which is not recognized as a path separator on Unix-based systems. To work around this issue, you can: - Retrieve the value of the property rather than hard-coding a directory separator character. diff --git a/xml/System.Net.Http/ReadOnlyMemoryContent.xml b/xml/System.Net.Http/ReadOnlyMemoryContent.xml index 92a486b39c5..c0af8a19b53 100644 --- a/xml/System.Net.Http/ReadOnlyMemoryContent.xml +++ b/xml/System.Net.Http/ReadOnlyMemoryContent.xml @@ -23,7 +23,7 @@ - To be added. + Provides HTTP content based on a . To be added. @@ -49,8 +49,8 @@ - To be added. - To be added. + The content used to initialize the . + Initializes a new instance of the class. To be added.
diff --git a/xml/System.Net.NetworkInformation/Ping.xml b/xml/System.Net.NetworkInformation/Ping.xml index 0af3c704637..c5123620e84 100644 --- a/xml/System.Net.NetworkInformation/Ping.xml +++ b/xml/System.Net.NetworkInformation/Ping.xml @@ -182,7 +182,7 @@ - To be added. + Releases the unmanaged resources and disposes of the managed resources used by the . To be added.
diff --git a/xml/System.Reflection/PropertyInfo.xml b/xml/System.Reflection/PropertyInfo.xml index 4c051c0d257..92e848201c0 100644 --- a/xml/System.Reflection/PropertyInfo.xml +++ b/xml/System.Reflection/PropertyInfo.xml @@ -1140,21 +1140,9 @@ The method for this property. - The accessor is public. + The accessor is public, OR is and the accessor is non-public. - -or- - - is and the accessor is non-public. - - is , but the property is read-only. - - -or- - - is and the accessor is non-public. - - -or- - - There is no accessor. + is , but the property is read-only, OR is and the accessor is non-public, OR there is no accessor. diff --git a/xml/System.Runtime.CompilerServices/SkipLocalsInitAttribute.xml b/xml/System.Runtime.CompilerServices/SkipLocalsInitAttribute.xml index 2ccde95999f..cf6923fe5b0 100644 --- a/xml/System.Runtime.CompilerServices/SkipLocalsInitAttribute.xml +++ b/xml/System.Runtime.CompilerServices/SkipLocalsInitAttribute.xml @@ -15,7 +15,7 @@ - System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Event | System.AttributeTargets.Method | System.AttributeTargets.Module | System.AttributeTargets.Property | System.AttributeTargets.Struct, Inherited=false) + System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Event | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Module | System.AttributeTargets.Property | System.AttributeTargets.Struct, Inherited=false) diff --git a/xml/System.Runtime.InteropServices/ComAwareEventInfo.xml b/xml/System.Runtime.InteropServices/ComAwareEventInfo.xml index 41f728e1106..b7f877cbec4 100644 --- a/xml/System.Runtime.InteropServices/ComAwareEventInfo.xml +++ b/xml/System.Runtime.InteropServices/ComAwareEventInfo.xml @@ -39,7 +39,7 @@ System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) - + System.Obsolete("ComAwareEventInfo may be unavailable in future releases.") diff --git a/xml/System.Runtime.InteropServices/ComEventInterfaceAttribute.xml b/xml/System.Runtime.InteropServices/ComEventInterfaceAttribute.xml index 9ed08126e2d..a2fee54a052 100644 --- a/xml/System.Runtime.InteropServices/ComEventInterfaceAttribute.xml +++ b/xml/System.Runtime.InteropServices/ComEventInterfaceAttribute.xml @@ -47,7 +47,7 @@ System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) - + System.Obsolete("ComEventInterfaceAttribute may be unavailable in future releases.") diff --git a/xml/System.Runtime.InteropServices/ComEventsHelper.xml b/xml/System.Runtime.InteropServices/ComEventsHelper.xml index 1477066a263..b6259c48cde 100644 --- a/xml/System.Runtime.InteropServices/ComEventsHelper.xml +++ b/xml/System.Runtime.InteropServices/ComEventsHelper.xml @@ -39,7 +39,7 @@ System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) - + System.Obsolete("ComEventsHelper may be unavailable in future releases.") diff --git a/xml/System.Runtime.InteropServices/ComSourceInterfacesAttribute.xml b/xml/System.Runtime.InteropServices/ComSourceInterfacesAttribute.xml index e8257b8de8c..377473417b4 100644 --- a/xml/System.Runtime.InteropServices/ComSourceInterfacesAttribute.xml +++ b/xml/System.Runtime.InteropServices/ComSourceInterfacesAttribute.xml @@ -47,7 +47,7 @@ System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) - + System.Obsolete("ComSourceInterfacesAttribute may be unavailable in future releases.") diff --git a/xml/System.Runtime.InteropServices/ComWrappers.xml b/xml/System.Runtime.InteropServices/ComWrappers.xml index df311984ba5..05d8d67c128 100644 --- a/xml/System.Runtime.InteropServices/ComWrappers.xml +++ b/xml/System.Runtime.InteropServices/ComWrappers.xml @@ -206,13 +206,13 @@ To be added.
- - - - - - - + + + + + + + Method System.Runtime.InteropServices @@ -221,8 +221,35 @@ System.Void - + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.InteropServices + 5.0.0.0 + + + System.Void + + + + + To be added. To be added. To be added. diff --git a/xml/System.Runtime.InteropServices/NativeCallableAttribute.xml b/xml/System.Runtime.InteropServices/UnmanagedCallersOnlyAttribute.xml similarity index 74% rename from xml/System.Runtime.InteropServices/NativeCallableAttribute.xml rename to xml/System.Runtime.InteropServices/UnmanagedCallersOnlyAttribute.xml index df28483e260..2c8fc58533e 100644 --- a/xml/System.Runtime.InteropServices/NativeCallableAttribute.xml +++ b/xml/System.Runtime.InteropServices/UnmanagedCallersOnlyAttribute.xml @@ -1,10 +1,10 @@ - - - - - - - + + + + + + + System.Runtime.InteropServices 5.0.0.0 @@ -24,11 +24,11 @@ - + - + - + Constructor System.Runtime.InteropServices @@ -43,10 +43,10 @@ - + - + Field System.Runtime.InteropServices @@ -63,10 +63,10 @@ - + - + Field System.Runtime.InteropServices diff --git a/xml/System.Runtime.InteropServices/_PropertyInfo.xml b/xml/System.Runtime.InteropServices/_PropertyInfo.xml index 71c190fbc2a..754df0c7f2b 100644 --- a/xml/System.Runtime.InteropServices/_PropertyInfo.xml +++ b/xml/System.Runtime.InteropServices/_PropertyInfo.xml @@ -695,23 +695,10 @@ A object representing the method for this property. - The accessor is public. + The accessor is public, OR the parameter is and the accessor is non-public. - -or- - - The parameter is and the accessor is non-public. - - The parameter is , but the property is read-only. - - -or- - - The parameter is and the accessor is non-public. - - -or- - - There is no accessor. - - + The parameter is , but the property is read-only, OR the parameter is and the accessor is non-public, OR there is no accessor. + To be added. + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<T> + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Runtime.Intrinsics/Vector256`1.xml b/xml/System.Runtime.Intrinsics/Vector256`1.xml index f8b35d89914..c1f44b0b956 100644 --- a/xml/System.Runtime.Intrinsics/Vector256`1.xml +++ b/xml/System.Runtime.Intrinsics/Vector256`1.xml @@ -43,6 +43,27 @@ To be added. + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector256<T> + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Runtime.Intrinsics/Vector64`1.xml b/xml/System.Runtime.Intrinsics/Vector64`1.xml index b00cf83cd7b..16093e662e9 100644 --- a/xml/System.Runtime.Intrinsics/Vector64`1.xml +++ b/xml/System.Runtime.Intrinsics/Vector64`1.xml @@ -43,6 +43,27 @@ To be added. + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<T> + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.ServiceModel.Channels/AddressHeader.xml b/xml/System.ServiceModel.Channels/AddressHeader.xml index 1a713c2e924..a083365182c 100644 --- a/xml/System.ServiceModel.Channels/AddressHeader.xml +++ b/xml/System.ServiceModel.Channels/AddressHeader.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/AddressHeaderCollection.xml b/xml/System.ServiceModel.Channels/AddressHeaderCollection.xml index a433701d0e4..8556bce727c 100644 --- a/xml/System.ServiceModel.Channels/AddressHeaderCollection.xml +++ b/xml/System.ServiceModel.Channels/AddressHeaderCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/AddressingVersion.xml b/xml/System.ServiceModel.Channels/AddressingVersion.xml index 5ac20d24c13..5a11277328f 100644 --- a/xml/System.ServiceModel.Channels/AddressingVersion.xml +++ b/xml/System.ServiceModel.Channels/AddressingVersion.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml b/xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml index 975ef30af55..c971f22c6c9 100644 --- a/xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml +++ b/xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/Binding.xml b/xml/System.ServiceModel.Channels/Binding.xml index 6239710f4e1..9983d9a7af9 100644 --- a/xml/System.ServiceModel.Channels/Binding.xml +++ b/xml/System.ServiceModel.Channels/Binding.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/BindingContext.xml b/xml/System.ServiceModel.Channels/BindingContext.xml index 17151f17e0a..38b780c68b2 100644 --- a/xml/System.ServiceModel.Channels/BindingContext.xml +++ b/xml/System.ServiceModel.Channels/BindingContext.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/BindingElement.xml b/xml/System.ServiceModel.Channels/BindingElement.xml index 794338888bc..e75138d3874 100644 --- a/xml/System.ServiceModel.Channels/BindingElement.xml +++ b/xml/System.ServiceModel.Channels/BindingElement.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/BindingElementCollection.xml b/xml/System.ServiceModel.Channels/BindingElementCollection.xml index b6f9aa2a9f3..7cd2e86a959 100644 --- a/xml/System.ServiceModel.Channels/BindingElementCollection.xml +++ b/xml/System.ServiceModel.Channels/BindingElementCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/BindingParameterCollection.xml b/xml/System.ServiceModel.Channels/BindingParameterCollection.xml index ba54e1eb7d1..a2907b8dbc9 100644 --- a/xml/System.ServiceModel.Channels/BindingParameterCollection.xml +++ b/xml/System.ServiceModel.Channels/BindingParameterCollection.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/BodyWriter.xml b/xml/System.ServiceModel.Channels/BodyWriter.xml index 55384a7f7b5..a00dcc83b40 100644 --- a/xml/System.ServiceModel.Channels/BodyWriter.xml +++ b/xml/System.ServiceModel.Channels/BodyWriter.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/BufferManager.xml b/xml/System.ServiceModel.Channels/BufferManager.xml index cf0aafd3661..2f1f6d7a300 100644 --- a/xml/System.ServiceModel.Channels/BufferManager.xml +++ b/xml/System.ServiceModel.Channels/BufferManager.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ChannelBase.xml b/xml/System.ServiceModel.Channels/ChannelBase.xml index cb1e2623502..bcdbdf40928 100644 --- a/xml/System.ServiceModel.Channels/ChannelBase.xml +++ b/xml/System.ServiceModel.Channels/ChannelBase.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ChannelFactoryBase.xml b/xml/System.ServiceModel.Channels/ChannelFactoryBase.xml index e302547c46c..f8e7493c40c 100644 --- a/xml/System.ServiceModel.Channels/ChannelFactoryBase.xml +++ b/xml/System.ServiceModel.Channels/ChannelFactoryBase.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ChannelFactoryBase`1.xml b/xml/System.ServiceModel.Channels/ChannelFactoryBase`1.xml index 1ef36e34583..0c8c7aee0f1 100644 --- a/xml/System.ServiceModel.Channels/ChannelFactoryBase`1.xml +++ b/xml/System.ServiceModel.Channels/ChannelFactoryBase`1.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ChannelManagerBase.xml b/xml/System.ServiceModel.Channels/ChannelManagerBase.xml index c136d40f85c..93b5307fc46 100644 --- a/xml/System.ServiceModel.Channels/ChannelManagerBase.xml +++ b/xml/System.ServiceModel.Channels/ChannelManagerBase.xml @@ -27,7 +27,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ChannelParameterCollection.xml b/xml/System.ServiceModel.Channels/ChannelParameterCollection.xml index 9deaa4fd518..81611c795c7 100644 --- a/xml/System.ServiceModel.Channels/ChannelParameterCollection.xml +++ b/xml/System.ServiceModel.Channels/ChannelParameterCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/CommunicationObject.xml b/xml/System.ServiceModel.Channels/CommunicationObject.xml index c27c9a14521..72c18e95a53 100644 --- a/xml/System.ServiceModel.Channels/CommunicationObject.xml +++ b/xml/System.ServiceModel.Channels/CommunicationObject.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/CompressionFormat.xml b/xml/System.ServiceModel.Channels/CompressionFormat.xml index 9041f7b6b3e..a04de5f7b83 100644 --- a/xml/System.ServiceModel.Channels/CompressionFormat.xml +++ b/xml/System.ServiceModel.Channels/CompressionFormat.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ConnectionOrientedTransportBindingElement.xml b/xml/System.ServiceModel.Channels/ConnectionOrientedTransportBindingElement.xml index bc50515b4de..1bfcc70f94a 100644 --- a/xml/System.ServiceModel.Channels/ConnectionOrientedTransportBindingElement.xml +++ b/xml/System.ServiceModel.Channels/ConnectionOrientedTransportBindingElement.xml @@ -31,7 +31,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/CustomBinding.xml b/xml/System.ServiceModel.Channels/CustomBinding.xml index 868351ff9dc..155d0dd9d2d 100644 --- a/xml/System.ServiceModel.Channels/CustomBinding.xml +++ b/xml/System.ServiceModel.Channels/CustomBinding.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/FaultConverter.xml b/xml/System.ServiceModel.Channels/FaultConverter.xml index 616e26eb5a4..f0a06c1f96e 100644 --- a/xml/System.ServiceModel.Channels/FaultConverter.xml +++ b/xml/System.ServiceModel.Channels/FaultConverter.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/HttpRequestMessageProperty.xml b/xml/System.ServiceModel.Channels/HttpRequestMessageProperty.xml index 745f810badc..26f089d8bc3 100644 --- a/xml/System.ServiceModel.Channels/HttpRequestMessageProperty.xml +++ b/xml/System.ServiceModel.Channels/HttpRequestMessageProperty.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/HttpResponseMessageProperty.xml b/xml/System.ServiceModel.Channels/HttpResponseMessageProperty.xml index e8254474478..3855bf44f4d 100644 --- a/xml/System.ServiceModel.Channels/HttpResponseMessageProperty.xml +++ b/xml/System.ServiceModel.Channels/HttpResponseMessageProperty.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/HttpTransportBindingElement.xml b/xml/System.ServiceModel.Channels/HttpTransportBindingElement.xml index 74162013057..2a07745b6f4 100644 --- a/xml/System.ServiceModel.Channels/HttpTransportBindingElement.xml +++ b/xml/System.ServiceModel.Channels/HttpTransportBindingElement.xml @@ -31,7 +31,8 @@ - + + @@ -1265,7 +1266,7 @@ Console.WriteLine("The scheme of the binding is {0}.",httpBinding.Scheme); Returns a valueindicating that it is not possible to XAML serialize the extended protection policy. - . + To be added. diff --git a/xml/System.ServiceModel.Channels/HttpsTransportBindingElement.xml b/xml/System.ServiceModel.Channels/HttpsTransportBindingElement.xml index da332972e3d..5ed5fbcf2f9 100644 --- a/xml/System.ServiceModel.Channels/HttpsTransportBindingElement.xml +++ b/xml/System.ServiceModel.Channels/HttpsTransportBindingElement.xml @@ -32,7 +32,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IChannel.xml b/xml/System.ServiceModel.Channels/IChannel.xml index 52cc26c81e5..5787e9ee979 100644 --- a/xml/System.ServiceModel.Channels/IChannel.xml +++ b/xml/System.ServiceModel.Channels/IChannel.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IChannelFactory.xml b/xml/System.ServiceModel.Channels/IChannelFactory.xml index 0f1d73afb05..79178040ea6 100644 --- a/xml/System.ServiceModel.Channels/IChannelFactory.xml +++ b/xml/System.ServiceModel.Channels/IChannelFactory.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IChannelFactory`1.xml b/xml/System.ServiceModel.Channels/IChannelFactory`1.xml index 49f74418610..0b35dc2dfe4 100644 --- a/xml/System.ServiceModel.Channels/IChannelFactory`1.xml +++ b/xml/System.ServiceModel.Channels/IChannelFactory`1.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IDuplexChannel.xml b/xml/System.ServiceModel.Channels/IDuplexChannel.xml index 8033cc1b673..b12182f3895 100644 --- a/xml/System.ServiceModel.Channels/IDuplexChannel.xml +++ b/xml/System.ServiceModel.Channels/IDuplexChannel.xml @@ -28,7 +28,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IDuplexSession.xml b/xml/System.ServiceModel.Channels/IDuplexSession.xml index 366777765a4..c7716e7f904 100644 --- a/xml/System.ServiceModel.Channels/IDuplexSession.xml +++ b/xml/System.ServiceModel.Channels/IDuplexSession.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IDuplexSessionChannel.xml b/xml/System.ServiceModel.Channels/IDuplexSessionChannel.xml index abb6d48c58a..32feb1b0c70 100644 --- a/xml/System.ServiceModel.Channels/IDuplexSessionChannel.xml +++ b/xml/System.ServiceModel.Channels/IDuplexSessionChannel.xml @@ -28,7 +28,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IHttpCookieContainerManager.xml b/xml/System.ServiceModel.Channels/IHttpCookieContainerManager.xml index 558f23286e8..4289c2404ef 100644 --- a/xml/System.ServiceModel.Channels/IHttpCookieContainerManager.xml +++ b/xml/System.ServiceModel.Channels/IHttpCookieContainerManager.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IInputChannel.xml b/xml/System.ServiceModel.Channels/IInputChannel.xml index a16a88f1c51..2bdba3b3445 100644 --- a/xml/System.ServiceModel.Channels/IInputChannel.xml +++ b/xml/System.ServiceModel.Channels/IInputChannel.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IInputSession.xml b/xml/System.ServiceModel.Channels/IInputSession.xml index 478ed7c29b6..ea9ad008b91 100644 --- a/xml/System.ServiceModel.Channels/IInputSession.xml +++ b/xml/System.ServiceModel.Channels/IInputSession.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IInputSessionChannel.xml b/xml/System.ServiceModel.Channels/IInputSessionChannel.xml index 3be19f01659..18c1b2861ca 100644 --- a/xml/System.ServiceModel.Channels/IInputSessionChannel.xml +++ b/xml/System.ServiceModel.Channels/IInputSessionChannel.xml @@ -27,7 +27,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IMessageProperty.xml b/xml/System.ServiceModel.Channels/IMessageProperty.xml index 44499dd3b73..602215cdcf5 100644 --- a/xml/System.ServiceModel.Channels/IMessageProperty.xml +++ b/xml/System.ServiceModel.Channels/IMessageProperty.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IOutputChannel.xml b/xml/System.ServiceModel.Channels/IOutputChannel.xml index 197e30b76af..d8c44fdbda3 100644 --- a/xml/System.ServiceModel.Channels/IOutputChannel.xml +++ b/xml/System.ServiceModel.Channels/IOutputChannel.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IOutputSession.xml b/xml/System.ServiceModel.Channels/IOutputSession.xml index 675f670041a..cc553c541fa 100644 --- a/xml/System.ServiceModel.Channels/IOutputSession.xml +++ b/xml/System.ServiceModel.Channels/IOutputSession.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IOutputSessionChannel.xml b/xml/System.ServiceModel.Channels/IOutputSessionChannel.xml index 8b94363c7f0..2b6ec8a944f 100644 --- a/xml/System.ServiceModel.Channels/IOutputSessionChannel.xml +++ b/xml/System.ServiceModel.Channels/IOutputSessionChannel.xml @@ -27,7 +27,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IRequestChannel.xml b/xml/System.ServiceModel.Channels/IRequestChannel.xml index de8f1f9938a..51898d41be5 100644 --- a/xml/System.ServiceModel.Channels/IRequestChannel.xml +++ b/xml/System.ServiceModel.Channels/IRequestChannel.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/IRequestSessionChannel.xml b/xml/System.ServiceModel.Channels/IRequestSessionChannel.xml index c2ace30cfd0..d599139c20f 100644 --- a/xml/System.ServiceModel.Channels/IRequestSessionChannel.xml +++ b/xml/System.ServiceModel.Channels/IRequestSessionChannel.xml @@ -28,7 +28,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ISecurityCapabilities.xml b/xml/System.ServiceModel.Channels/ISecurityCapabilities.xml index 99a7871878b..bbccf83a318 100644 --- a/xml/System.ServiceModel.Channels/ISecurityCapabilities.xml +++ b/xml/System.ServiceModel.Channels/ISecurityCapabilities.xml @@ -19,7 +19,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ISession.xml b/xml/System.ServiceModel.Channels/ISession.xml index 112326443af..cbf4ab8b1cd 100644 --- a/xml/System.ServiceModel.Channels/ISession.xml +++ b/xml/System.ServiceModel.Channels/ISession.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/ISessionChannel`1.xml b/xml/System.ServiceModel.Channels/ISessionChannel`1.xml index bc3d01d1df4..dc5f6ba924a 100644 --- a/xml/System.ServiceModel.Channels/ISessionChannel`1.xml +++ b/xml/System.ServiceModel.Channels/ISessionChannel`1.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/LocalClientSecuritySettings.xml b/xml/System.ServiceModel.Channels/LocalClientSecuritySettings.xml index 334abcc56e6..88dcc16105b 100644 --- a/xml/System.ServiceModel.Channels/LocalClientSecuritySettings.xml +++ b/xml/System.ServiceModel.Channels/LocalClientSecuritySettings.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/Message.xml b/xml/System.ServiceModel.Channels/Message.xml index 2a0d40b85b1..1840d9535a0 100644 --- a/xml/System.ServiceModel.Channels/Message.xml +++ b/xml/System.ServiceModel.Channels/Message.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageBuffer.xml b/xml/System.ServiceModel.Channels/MessageBuffer.xml index f70523876c8..ce99dc52cac 100644 --- a/xml/System.ServiceModel.Channels/MessageBuffer.xml +++ b/xml/System.ServiceModel.Channels/MessageBuffer.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageEncoder.xml b/xml/System.ServiceModel.Channels/MessageEncoder.xml index 7327a6288fd..20f38eaab75 100644 --- a/xml/System.ServiceModel.Channels/MessageEncoder.xml +++ b/xml/System.ServiceModel.Channels/MessageEncoder.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageEncoderFactory.xml b/xml/System.ServiceModel.Channels/MessageEncoderFactory.xml index 98a48207552..00013accc00 100644 --- a/xml/System.ServiceModel.Channels/MessageEncoderFactory.xml +++ b/xml/System.ServiceModel.Channels/MessageEncoderFactory.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageEncodingBindingElement.xml b/xml/System.ServiceModel.Channels/MessageEncodingBindingElement.xml index 0820f952dc8..0050dfeea39 100644 --- a/xml/System.ServiceModel.Channels/MessageEncodingBindingElement.xml +++ b/xml/System.ServiceModel.Channels/MessageEncodingBindingElement.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageFault.xml b/xml/System.ServiceModel.Channels/MessageFault.xml index aa5718f9c4e..4f559949ef8 100644 --- a/xml/System.ServiceModel.Channels/MessageFault.xml +++ b/xml/System.ServiceModel.Channels/MessageFault.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageHeader.xml b/xml/System.ServiceModel.Channels/MessageHeader.xml index 9be1e465fb8..06d942e1dae 100644 --- a/xml/System.ServiceModel.Channels/MessageHeader.xml +++ b/xml/System.ServiceModel.Channels/MessageHeader.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageHeaderInfo.xml b/xml/System.ServiceModel.Channels/MessageHeaderInfo.xml index 95718c889de..1607bf13aed 100644 --- a/xml/System.ServiceModel.Channels/MessageHeaderInfo.xml +++ b/xml/System.ServiceModel.Channels/MessageHeaderInfo.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageHeaders.xml b/xml/System.ServiceModel.Channels/MessageHeaders.xml index 6eb66506a54..7f37a6a340c 100644 --- a/xml/System.ServiceModel.Channels/MessageHeaders.xml +++ b/xml/System.ServiceModel.Channels/MessageHeaders.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageProperties.xml b/xml/System.ServiceModel.Channels/MessageProperties.xml index f0d4aad0637..4b49da5fcab 100644 --- a/xml/System.ServiceModel.Channels/MessageProperties.xml +++ b/xml/System.ServiceModel.Channels/MessageProperties.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageState.xml b/xml/System.ServiceModel.Channels/MessageState.xml index baca9d66922..c5db78688a8 100644 --- a/xml/System.ServiceModel.Channels/MessageState.xml +++ b/xml/System.ServiceModel.Channels/MessageState.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/MessageVersion.xml b/xml/System.ServiceModel.Channels/MessageVersion.xml index 4fbb7a10014..d09968e9782 100644 --- a/xml/System.ServiceModel.Channels/MessageVersion.xml +++ b/xml/System.ServiceModel.Channels/MessageVersion.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/RequestContext.xml b/xml/System.ServiceModel.Channels/RequestContext.xml index 6e632700125..92a7063bed2 100644 --- a/xml/System.ServiceModel.Channels/RequestContext.xml +++ b/xml/System.ServiceModel.Channels/RequestContext.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/SecurityBindingElement.xml b/xml/System.ServiceModel.Channels/SecurityBindingElement.xml index 4af81cc1168..64bf5519362 100644 --- a/xml/System.ServiceModel.Channels/SecurityBindingElement.xml +++ b/xml/System.ServiceModel.Channels/SecurityBindingElement.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/SecurityHeaderLayout.xml b/xml/System.ServiceModel.Channels/SecurityHeaderLayout.xml index a4733dd69ba..c2318c6cdfc 100644 --- a/xml/System.ServiceModel.Channels/SecurityHeaderLayout.xml +++ b/xml/System.ServiceModel.Channels/SecurityHeaderLayout.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml b/xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml index 653edc8b25f..7ac79b77df6 100644 --- a/xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml +++ b/xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml @@ -35,7 +35,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml b/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml index 714b46b48dc..1bf4af9f6de 100644 --- a/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml +++ b/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/TcpTransportBindingElement.xml b/xml/System.ServiceModel.Channels/TcpTransportBindingElement.xml index 10be4eff069..109ff381ea7 100644 --- a/xml/System.ServiceModel.Channels/TcpTransportBindingElement.xml +++ b/xml/System.ServiceModel.Channels/TcpTransportBindingElement.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml b/xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml index d936dcb9c52..26bfd59fb57 100644 --- a/xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml +++ b/xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/TransportBindingElement.xml b/xml/System.ServiceModel.Channels/TransportBindingElement.xml index 6b530944c99..c71f44153d1 100644 --- a/xml/System.ServiceModel.Channels/TransportBindingElement.xml +++ b/xml/System.ServiceModel.Channels/TransportBindingElement.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/TransportSecurityBindingElement.xml b/xml/System.ServiceModel.Channels/TransportSecurityBindingElement.xml index 7bb565048d3..985a0a33acc 100644 --- a/xml/System.ServiceModel.Channels/TransportSecurityBindingElement.xml +++ b/xml/System.ServiceModel.Channels/TransportSecurityBindingElement.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/UnderstoodHeaders.xml b/xml/System.ServiceModel.Channels/UnderstoodHeaders.xml index 126246cdee3..92eaf1facc2 100644 --- a/xml/System.ServiceModel.Channels/UnderstoodHeaders.xml +++ b/xml/System.ServiceModel.Channels/UnderstoodHeaders.xml @@ -22,7 +22,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel.Channels/WebSocketTransportSettings.xml b/xml/System.ServiceModel.Channels/WebSocketTransportSettings.xml index ed74f863a34..4c88bd9badf 100644 --- a/xml/System.ServiceModel.Channels/WebSocketTransportSettings.xml +++ b/xml/System.ServiceModel.Channels/WebSocketTransportSettings.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/WebSocketTransportUsage.xml b/xml/System.ServiceModel.Channels/WebSocketTransportUsage.xml index 357e6c4b5d5..a73c2b259ae 100644 --- a/xml/System.ServiceModel.Channels/WebSocketTransportUsage.xml +++ b/xml/System.ServiceModel.Channels/WebSocketTransportUsage.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel.Channels/WindowsStreamSecurityBindingElement.xml b/xml/System.ServiceModel.Channels/WindowsStreamSecurityBindingElement.xml index acaacbc4722..756de0878c0 100644 --- a/xml/System.ServiceModel.Channels/WindowsStreamSecurityBindingElement.xml +++ b/xml/System.ServiceModel.Channels/WindowsStreamSecurityBindingElement.xml @@ -35,7 +35,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/ClientCredentials.xml b/xml/System.ServiceModel.Description/ClientCredentials.xml index ab93bcbc448..de1206b6a4b 100644 --- a/xml/System.ServiceModel.Description/ClientCredentials.xml +++ b/xml/System.ServiceModel.Description/ClientCredentials.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/ContractDescription.xml b/xml/System.ServiceModel.Description/ContractDescription.xml index 9e79cf00d84..207a6c382d8 100644 --- a/xml/System.ServiceModel.Description/ContractDescription.xml +++ b/xml/System.ServiceModel.Description/ContractDescription.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml b/xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml index 82bc6857620..442cc8f164a 100644 --- a/xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml +++ b/xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/FaultDescription.xml b/xml/System.ServiceModel.Description/FaultDescription.xml index 7c36a4d01e6..97712badddb 100644 --- a/xml/System.ServiceModel.Description/FaultDescription.xml +++ b/xml/System.ServiceModel.Description/FaultDescription.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/FaultDescriptionCollection.xml b/xml/System.ServiceModel.Description/FaultDescriptionCollection.xml index 1bddbecd4f5..74ac58bfa13 100644 --- a/xml/System.ServiceModel.Description/FaultDescriptionCollection.xml +++ b/xml/System.ServiceModel.Description/FaultDescriptionCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/IContractBehavior.xml b/xml/System.ServiceModel.Description/IContractBehavior.xml index 508a8a28433..37d79e8e22a 100644 --- a/xml/System.ServiceModel.Description/IContractBehavior.xml +++ b/xml/System.ServiceModel.Description/IContractBehavior.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/IEndpointBehavior.xml b/xml/System.ServiceModel.Description/IEndpointBehavior.xml index d62bc71ea27..7c03462b83c 100644 --- a/xml/System.ServiceModel.Description/IEndpointBehavior.xml +++ b/xml/System.ServiceModel.Description/IEndpointBehavior.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/IOperationBehavior.xml b/xml/System.ServiceModel.Description/IOperationBehavior.xml index bb9f9690ab7..da689d75831 100644 --- a/xml/System.ServiceModel.Description/IOperationBehavior.xml +++ b/xml/System.ServiceModel.Description/IOperationBehavior.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessageBodyDescription.xml b/xml/System.ServiceModel.Description/MessageBodyDescription.xml index 82ac9aeef78..8d007eb9292 100644 --- a/xml/System.ServiceModel.Description/MessageBodyDescription.xml +++ b/xml/System.ServiceModel.Description/MessageBodyDescription.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessageDescription.xml b/xml/System.ServiceModel.Description/MessageDescription.xml index a3df4ba8778..fcc19535070 100644 --- a/xml/System.ServiceModel.Description/MessageDescription.xml +++ b/xml/System.ServiceModel.Description/MessageDescription.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessageDescriptionCollection.xml b/xml/System.ServiceModel.Description/MessageDescriptionCollection.xml index e97fde865ee..24c8a474a7c 100644 --- a/xml/System.ServiceModel.Description/MessageDescriptionCollection.xml +++ b/xml/System.ServiceModel.Description/MessageDescriptionCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessageDirection.xml b/xml/System.ServiceModel.Description/MessageDirection.xml index 5c62299265f..4012e174ca5 100644 --- a/xml/System.ServiceModel.Description/MessageDirection.xml +++ b/xml/System.ServiceModel.Description/MessageDirection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessageHeaderDescription.xml b/xml/System.ServiceModel.Description/MessageHeaderDescription.xml index 30ae951f4ec..48465f9c5b7 100644 --- a/xml/System.ServiceModel.Description/MessageHeaderDescription.xml +++ b/xml/System.ServiceModel.Description/MessageHeaderDescription.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessageHeaderDescriptionCollection.xml b/xml/System.ServiceModel.Description/MessageHeaderDescriptionCollection.xml index 87c460675b3..6f92ca22762 100644 --- a/xml/System.ServiceModel.Description/MessageHeaderDescriptionCollection.xml +++ b/xml/System.ServiceModel.Description/MessageHeaderDescriptionCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessagePartDescription.xml b/xml/System.ServiceModel.Description/MessagePartDescription.xml index 6c4dc033d8d..4932a1462e8 100644 --- a/xml/System.ServiceModel.Description/MessagePartDescription.xml +++ b/xml/System.ServiceModel.Description/MessagePartDescription.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessagePartDescriptionCollection.xml b/xml/System.ServiceModel.Description/MessagePartDescriptionCollection.xml index 9f847dfe171..d0efec33c9d 100644 --- a/xml/System.ServiceModel.Description/MessagePartDescriptionCollection.xml +++ b/xml/System.ServiceModel.Description/MessagePartDescriptionCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessagePropertyDescription.xml b/xml/System.ServiceModel.Description/MessagePropertyDescription.xml index 2c1e709877e..7a14775c95e 100644 --- a/xml/System.ServiceModel.Description/MessagePropertyDescription.xml +++ b/xml/System.ServiceModel.Description/MessagePropertyDescription.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/MessagePropertyDescriptionCollection.xml b/xml/System.ServiceModel.Description/MessagePropertyDescriptionCollection.xml index 7756714dba4..73fa2f4b3d3 100644 --- a/xml/System.ServiceModel.Description/MessagePropertyDescriptionCollection.xml +++ b/xml/System.ServiceModel.Description/MessagePropertyDescriptionCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/OperationDescription.xml b/xml/System.ServiceModel.Description/OperationDescription.xml index 00cc2058dab..fafe7cb996c 100644 --- a/xml/System.ServiceModel.Description/OperationDescription.xml +++ b/xml/System.ServiceModel.Description/OperationDescription.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/OperationDescriptionCollection.xml b/xml/System.ServiceModel.Description/OperationDescriptionCollection.xml index 66ea01a2302..d8de76bd546 100644 --- a/xml/System.ServiceModel.Description/OperationDescriptionCollection.xml +++ b/xml/System.ServiceModel.Description/OperationDescriptionCollection.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/ServiceEndpoint.xml b/xml/System.ServiceModel.Description/ServiceEndpoint.xml index 64e534c4897..4512e9af4c2 100644 --- a/xml/System.ServiceModel.Description/ServiceEndpoint.xml +++ b/xml/System.ServiceModel.Description/ServiceEndpoint.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Description/XmlSerializerOperationBehavior.xml b/xml/System.ServiceModel.Description/XmlSerializerOperationBehavior.xml index 6680a9c0dd3..e43a7983482 100644 --- a/xml/System.ServiceModel.Description/XmlSerializerOperationBehavior.xml +++ b/xml/System.ServiceModel.Description/XmlSerializerOperationBehavior.xml @@ -27,7 +27,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel.Dispatcher/ClientOperation.xml b/xml/System.ServiceModel.Dispatcher/ClientOperation.xml index 670f801955f..ccd1722143d 100644 --- a/xml/System.ServiceModel.Dispatcher/ClientOperation.xml +++ b/xml/System.ServiceModel.Dispatcher/ClientOperation.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/ClientRuntime.xml b/xml/System.ServiceModel.Dispatcher/ClientRuntime.xml index 9a4df6de4b7..be9a9c21d99 100644 --- a/xml/System.ServiceModel.Dispatcher/ClientRuntime.xml +++ b/xml/System.ServiceModel.Dispatcher/ClientRuntime.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/DispatchOperation.xml b/xml/System.ServiceModel.Dispatcher/DispatchOperation.xml index 5cf43660c4b..0535d8c05b5 100644 --- a/xml/System.ServiceModel.Dispatcher/DispatchOperation.xml +++ b/xml/System.ServiceModel.Dispatcher/DispatchOperation.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/DispatchRuntime.xml b/xml/System.ServiceModel.Dispatcher/DispatchRuntime.xml index 3f47b76346b..2135645845b 100644 --- a/xml/System.ServiceModel.Dispatcher/DispatchRuntime.xml +++ b/xml/System.ServiceModel.Dispatcher/DispatchRuntime.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/EndpointDispatcher.xml b/xml/System.ServiceModel.Dispatcher/EndpointDispatcher.xml index 2bdd0997db6..e6b7e784089 100644 --- a/xml/System.ServiceModel.Dispatcher/EndpointDispatcher.xml +++ b/xml/System.ServiceModel.Dispatcher/EndpointDispatcher.xml @@ -29,7 +29,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/FaultContractInfo.xml b/xml/System.ServiceModel.Dispatcher/FaultContractInfo.xml index 9a2de785271..0f425159733 100644 --- a/xml/System.ServiceModel.Dispatcher/FaultContractInfo.xml +++ b/xml/System.ServiceModel.Dispatcher/FaultContractInfo.xml @@ -22,7 +22,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel.Dispatcher/IChannelInitializer.xml b/xml/System.ServiceModel.Dispatcher/IChannelInitializer.xml index 5ec73687610..c9976710368 100644 --- a/xml/System.ServiceModel.Dispatcher/IChannelInitializer.xml +++ b/xml/System.ServiceModel.Dispatcher/IChannelInitializer.xml @@ -22,7 +22,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/IClientMessageFormatter.xml b/xml/System.ServiceModel.Dispatcher/IClientMessageFormatter.xml index 7adc50894b1..67d26697682 100644 --- a/xml/System.ServiceModel.Dispatcher/IClientMessageFormatter.xml +++ b/xml/System.ServiceModel.Dispatcher/IClientMessageFormatter.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/IClientMessageInspector.xml b/xml/System.ServiceModel.Dispatcher/IClientMessageInspector.xml index 1941c5a4978..51a7dffe5ed 100644 --- a/xml/System.ServiceModel.Dispatcher/IClientMessageInspector.xml +++ b/xml/System.ServiceModel.Dispatcher/IClientMessageInspector.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/IClientOperationSelector.xml b/xml/System.ServiceModel.Dispatcher/IClientOperationSelector.xml index 41cb588db95..628a4130cd3 100644 --- a/xml/System.ServiceModel.Dispatcher/IClientOperationSelector.xml +++ b/xml/System.ServiceModel.Dispatcher/IClientOperationSelector.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/IInteractiveChannelInitializer.xml b/xml/System.ServiceModel.Dispatcher/IInteractiveChannelInitializer.xml index f9c876b2416..0dbce670f23 100644 --- a/xml/System.ServiceModel.Dispatcher/IInteractiveChannelInitializer.xml +++ b/xml/System.ServiceModel.Dispatcher/IInteractiveChannelInitializer.xml @@ -22,7 +22,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/IParameterInspector.xml b/xml/System.ServiceModel.Dispatcher/IParameterInspector.xml index c5d4772ea00..9b1d699d3af 100644 --- a/xml/System.ServiceModel.Dispatcher/IParameterInspector.xml +++ b/xml/System.ServiceModel.Dispatcher/IParameterInspector.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Dispatcher/XPathResult.xml b/xml/System.ServiceModel.Dispatcher/XPathResult.xml index 26eb6658979..35c959d109b 100644 --- a/xml/System.ServiceModel.Dispatcher/XPathResult.xml +++ b/xml/System.ServiceModel.Dispatcher/XPathResult.xml @@ -76,7 +76,7 @@ Returns the result of the XPath query as a Boolean value. - . + To be added. @@ -132,7 +132,7 @@ Returns the result of the XPath query as a number. - . + To be added.
diff --git a/xml/System.ServiceModel.Security.Tokens/BinarySecretSecurityToken.xml b/xml/System.ServiceModel.Security.Tokens/BinarySecretSecurityToken.xml index 5d1f04f4612..261370ef899 100644 --- a/xml/System.ServiceModel.Security.Tokens/BinarySecretSecurityToken.xml +++ b/xml/System.ServiceModel.Security.Tokens/BinarySecretSecurityToken.xml @@ -20,7 +20,8 @@ 5.0.0.0 - + + diff --git a/xml/System.ServiceModel.Security.Tokens/IssuedSecurityTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/IssuedSecurityTokenParameters.xml index 18ddf0fcc91..23fe25fbea6 100644 --- a/xml/System.ServiceModel.Security.Tokens/IssuedSecurityTokenParameters.xml +++ b/xml/System.ServiceModel.Security.Tokens/IssuedSecurityTokenParameters.xml @@ -16,7 +16,8 @@ 5.0.0.0 - + + System.ServiceModel.Security.Tokens.SecurityTokenParameters diff --git a/xml/System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParameters.xml index 70e8533f7c1..fd0c2b7d2b4 100644 --- a/xml/System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParameters.xml +++ b/xml/System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParameters.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Security.Tokens/SecurityTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/SecurityTokenParameters.xml index d1827be00e2..d9fffa6af71 100644 --- a/xml/System.ServiceModel.Security.Tokens/SecurityTokenParameters.xml +++ b/xml/System.ServiceModel.Security.Tokens/SecurityTokenParameters.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenRequirement.xml b/xml/System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenRequirement.xml index aed3446e018..ccd6293a92e 100644 --- a/xml/System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenRequirement.xml +++ b/xml/System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenRequirement.xml @@ -16,7 +16,8 @@ 5.0.0.0 - + + System.IdentityModel.Selectors.SecurityTokenRequirement diff --git a/xml/System.ServiceModel.Security.Tokens/SupportingTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/SupportingTokenParameters.xml index dec8f925431..e91e415fa13 100644 --- a/xml/System.ServiceModel.Security.Tokens/SupportingTokenParameters.xml +++ b/xml/System.ServiceModel.Security.Tokens/SupportingTokenParameters.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Security.Tokens/UserNameSecurityTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/UserNameSecurityTokenParameters.xml index 2357b071d84..f75d3e99802 100644 --- a/xml/System.ServiceModel.Security.Tokens/UserNameSecurityTokenParameters.xml +++ b/xml/System.ServiceModel.Security.Tokens/UserNameSecurityTokenParameters.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/BasicSecurityProfileVersion.xml b/xml/System.ServiceModel.Security/BasicSecurityProfileVersion.xml index 020eb40e0ff..3813802fb7c 100644 --- a/xml/System.ServiceModel.Security/BasicSecurityProfileVersion.xml +++ b/xml/System.ServiceModel.Security/BasicSecurityProfileVersion.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/HttpDigestClientCredential.xml b/xml/System.ServiceModel.Security/HttpDigestClientCredential.xml index 11f5c46f2c7..32cc2421d72 100644 --- a/xml/System.ServiceModel.Security/HttpDigestClientCredential.xml +++ b/xml/System.ServiceModel.Security/HttpDigestClientCredential.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/MessageSecurityException.xml b/xml/System.ServiceModel.Security/MessageSecurityException.xml index ed313e124c5..6a08d84b59c 100644 --- a/xml/System.ServiceModel.Security/MessageSecurityException.xml +++ b/xml/System.ServiceModel.Security/MessageSecurityException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/SecureConversationVersion.xml b/xml/System.ServiceModel.Security/SecureConversationVersion.xml index 4b9d1b5ff67..f7e6286766d 100644 --- a/xml/System.ServiceModel.Security/SecureConversationVersion.xml +++ b/xml/System.ServiceModel.Security/SecureConversationVersion.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/SecurityAccessDeniedException.xml b/xml/System.ServiceModel.Security/SecurityAccessDeniedException.xml index cd279f7353c..984497a547e 100644 --- a/xml/System.ServiceModel.Security/SecurityAccessDeniedException.xml +++ b/xml/System.ServiceModel.Security/SecurityAccessDeniedException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/SecurityAlgorithmSuite.xml b/xml/System.ServiceModel.Security/SecurityAlgorithmSuite.xml index 5e0ffb10d7e..46841214082 100644 --- a/xml/System.ServiceModel.Security/SecurityAlgorithmSuite.xml +++ b/xml/System.ServiceModel.Security/SecurityAlgorithmSuite.xml @@ -19,7 +19,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel.Security/SecurityCredentialsManager.xml b/xml/System.ServiceModel.Security/SecurityCredentialsManager.xml index 78fff920d38..9b710b8562c 100644 --- a/xml/System.ServiceModel.Security/SecurityCredentialsManager.xml +++ b/xml/System.ServiceModel.Security/SecurityCredentialsManager.xml @@ -16,7 +16,8 @@ 5.0.0.0 - + + System.Object diff --git a/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml b/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml index 49ee00622c8..ea27d165cea 100644 --- a/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml +++ b/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml @@ -16,7 +16,8 @@ 5.0.0.0 - + + System.Enum diff --git a/xml/System.ServiceModel.Security/SecurityNegotiationException.xml b/xml/System.ServiceModel.Security/SecurityNegotiationException.xml index 1b30ac1cb07..bcaea08c27e 100644 --- a/xml/System.ServiceModel.Security/SecurityNegotiationException.xml +++ b/xml/System.ServiceModel.Security/SecurityNegotiationException.xml @@ -22,7 +22,8 @@ - + + System.ServiceModel.CommunicationException diff --git a/xml/System.ServiceModel.Security/SecurityPolicyVersion.xml b/xml/System.ServiceModel.Security/SecurityPolicyVersion.xml index a38dd638238..3d9a04f207b 100644 --- a/xml/System.ServiceModel.Security/SecurityPolicyVersion.xml +++ b/xml/System.ServiceModel.Security/SecurityPolicyVersion.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/SecurityVersion.xml b/xml/System.ServiceModel.Security/SecurityVersion.xml index e5c641f0373..bd36145eae4 100644 --- a/xml/System.ServiceModel.Security/SecurityVersion.xml +++ b/xml/System.ServiceModel.Security/SecurityVersion.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/TrustVersion.xml b/xml/System.ServiceModel.Security/TrustVersion.xml index 7e572c8ceb7..d32cafc20b3 100644 --- a/xml/System.ServiceModel.Security/TrustVersion.xml +++ b/xml/System.ServiceModel.Security/TrustVersion.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/UserNamePasswordClientCredential.xml b/xml/System.ServiceModel.Security/UserNamePasswordClientCredential.xml index a848cf53f6f..9dd2dfc0462 100644 --- a/xml/System.ServiceModel.Security/UserNamePasswordClientCredential.xml +++ b/xml/System.ServiceModel.Security/UserNamePasswordClientCredential.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/WindowsClientCredential.xml b/xml/System.ServiceModel.Security/WindowsClientCredential.xml index 4b2c96a7825..229b6fe037f 100644 --- a/xml/System.ServiceModel.Security/WindowsClientCredential.xml +++ b/xml/System.ServiceModel.Security/WindowsClientCredential.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/X509CertificateInitiatorClientCredential.xml b/xml/System.ServiceModel.Security/X509CertificateInitiatorClientCredential.xml index 220019a2a5b..9acf44a8c5a 100644 --- a/xml/System.ServiceModel.Security/X509CertificateInitiatorClientCredential.xml +++ b/xml/System.ServiceModel.Security/X509CertificateInitiatorClientCredential.xml @@ -24,7 +24,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel.Security/X509CertificateRecipientClientCredential.xml b/xml/System.ServiceModel.Security/X509CertificateRecipientClientCredential.xml index 5280a64fe6a..569f4b26736 100644 --- a/xml/System.ServiceModel.Security/X509CertificateRecipientClientCredential.xml +++ b/xml/System.ServiceModel.Security/X509CertificateRecipientClientCredential.xml @@ -24,7 +24,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel.Security/X509CertificateValidationMode.xml b/xml/System.ServiceModel.Security/X509CertificateValidationMode.xml index f35bb95834a..93794096441 100644 --- a/xml/System.ServiceModel.Security/X509CertificateValidationMode.xml +++ b/xml/System.ServiceModel.Security/X509CertificateValidationMode.xml @@ -28,7 +28,8 @@ - + + diff --git a/xml/System.ServiceModel.Security/X509ServiceCertificateAuthentication.xml b/xml/System.ServiceModel.Security/X509ServiceCertificateAuthentication.xml index 22b78855016..7562ae08a57 100644 --- a/xml/System.ServiceModel.Security/X509ServiceCertificateAuthentication.xml +++ b/xml/System.ServiceModel.Security/X509ServiceCertificateAuthentication.xml @@ -28,7 +28,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel/ActionNotSupportedException.xml b/xml/System.ServiceModel/ActionNotSupportedException.xml index a2d971f6b79..51be0c9b0df 100644 --- a/xml/System.ServiceModel/ActionNotSupportedException.xml +++ b/xml/System.ServiceModel/ActionNotSupportedException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/BasicHttpBinding.xml b/xml/System.ServiceModel/BasicHttpBinding.xml index 2ad80fc9f9a..3b18d492b91 100644 --- a/xml/System.ServiceModel/BasicHttpBinding.xml +++ b/xml/System.ServiceModel/BasicHttpBinding.xml @@ -32,7 +32,8 @@ - + + diff --git a/xml/System.ServiceModel/BasicHttpMessageCredentialType.xml b/xml/System.ServiceModel/BasicHttpMessageCredentialType.xml index 30feb6ea0a3..0ad5a54055a 100644 --- a/xml/System.ServiceModel/BasicHttpMessageCredentialType.xml +++ b/xml/System.ServiceModel/BasicHttpMessageCredentialType.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/BasicHttpMessageSecurity.xml b/xml/System.ServiceModel/BasicHttpMessageSecurity.xml index 0acb068f88a..541b56fb008 100644 --- a/xml/System.ServiceModel/BasicHttpMessageSecurity.xml +++ b/xml/System.ServiceModel/BasicHttpMessageSecurity.xml @@ -19,7 +19,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel/BasicHttpSecurity.xml b/xml/System.ServiceModel/BasicHttpSecurity.xml index d093fc6c908..3ebfa971acf 100644 --- a/xml/System.ServiceModel/BasicHttpSecurity.xml +++ b/xml/System.ServiceModel/BasicHttpSecurity.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/BasicHttpSecurityMode.xml b/xml/System.ServiceModel/BasicHttpSecurityMode.xml index 2349887169a..b8124e101ad 100644 --- a/xml/System.ServiceModel/BasicHttpSecurityMode.xml +++ b/xml/System.ServiceModel/BasicHttpSecurityMode.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/BasicHttpsBinding.xml b/xml/System.ServiceModel/BasicHttpsBinding.xml index c549c939d67..233d074cc36 100644 --- a/xml/System.ServiceModel/BasicHttpsBinding.xml +++ b/xml/System.ServiceModel/BasicHttpsBinding.xml @@ -25,7 +25,8 @@ - + + System.ServiceModel.HttpBindingBase diff --git a/xml/System.ServiceModel/BasicHttpsSecurity.xml b/xml/System.ServiceModel/BasicHttpsSecurity.xml index a2e697a98e8..ced7940233b 100644 --- a/xml/System.ServiceModel/BasicHttpsSecurity.xml +++ b/xml/System.ServiceModel/BasicHttpsSecurity.xml @@ -23,7 +23,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel/BasicHttpsSecurityMode.xml b/xml/System.ServiceModel/BasicHttpsSecurityMode.xml index 63a4e52c2d8..02fe7ef2d09 100644 --- a/xml/System.ServiceModel/BasicHttpsSecurityMode.xml +++ b/xml/System.ServiceModel/BasicHttpsSecurityMode.xml @@ -23,7 +23,8 @@ - + + System.Enum diff --git a/xml/System.ServiceModel/CallbackBehaviorAttribute.xml b/xml/System.ServiceModel/CallbackBehaviorAttribute.xml index 7bb2eb0cc65..af0ae0e0d6b 100644 --- a/xml/System.ServiceModel/CallbackBehaviorAttribute.xml +++ b/xml/System.ServiceModel/CallbackBehaviorAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/ChannelFactory.xml b/xml/System.ServiceModel/ChannelFactory.xml index ad36f247f6e..1cd3cfe3634 100644 --- a/xml/System.ServiceModel/ChannelFactory.xml +++ b/xml/System.ServiceModel/ChannelFactory.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/ChannelFactory`1.xml b/xml/System.ServiceModel/ChannelFactory`1.xml index 77cf6473301..17f340ca42a 100644 --- a/xml/System.ServiceModel/ChannelFactory`1.xml +++ b/xml/System.ServiceModel/ChannelFactory`1.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/ChannelTerminatedException.xml b/xml/System.ServiceModel/ChannelTerminatedException.xml index 486a4725b7f..27073e95a52 100644 --- a/xml/System.ServiceModel/ChannelTerminatedException.xml +++ b/xml/System.ServiceModel/ChannelTerminatedException.xml @@ -21,7 +21,8 @@ - + + System.ServiceModel.CommunicationException diff --git a/xml/System.ServiceModel/ClientBase`1+BeginOperationDelegate.xml b/xml/System.ServiceModel/ClientBase`1+BeginOperationDelegate.xml index 70ba124911d..79da6f606f7 100644 --- a/xml/System.ServiceModel/ClientBase`1+BeginOperationDelegate.xml +++ b/xml/System.ServiceModel/ClientBase`1+BeginOperationDelegate.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml b/xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml index 3b80999972c..c141a9e6b53 100644 --- a/xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml +++ b/xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/ClientBase`1+EndOperationDelegate.xml b/xml/System.ServiceModel/ClientBase`1+EndOperationDelegate.xml index f81a0ba8410..d1aeeb0fd7b 100644 --- a/xml/System.ServiceModel/ClientBase`1+EndOperationDelegate.xml +++ b/xml/System.ServiceModel/ClientBase`1+EndOperationDelegate.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel/ClientBase`1+InvokeAsyncCompletedEventArgs.xml b/xml/System.ServiceModel/ClientBase`1+InvokeAsyncCompletedEventArgs.xml index 41c5f675bb3..5bb894472cd 100644 --- a/xml/System.ServiceModel/ClientBase`1+InvokeAsyncCompletedEventArgs.xml +++ b/xml/System.ServiceModel/ClientBase`1+InvokeAsyncCompletedEventArgs.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel/ClientBase`1.xml b/xml/System.ServiceModel/ClientBase`1.xml index aac961f309f..324e17686e4 100644 --- a/xml/System.ServiceModel/ClientBase`1.xml +++ b/xml/System.ServiceModel/ClientBase`1.xml @@ -31,7 +31,8 @@ - + + diff --git a/xml/System.ServiceModel/ClientCredentialsSecurityTokenManager.xml b/xml/System.ServiceModel/ClientCredentialsSecurityTokenManager.xml index b628ff82e74..d6e951be08e 100644 --- a/xml/System.ServiceModel/ClientCredentialsSecurityTokenManager.xml +++ b/xml/System.ServiceModel/ClientCredentialsSecurityTokenManager.xml @@ -16,7 +16,8 @@ 5.0.0.0 - + + System.IdentityModel.Selectors.SecurityTokenManager diff --git a/xml/System.ServiceModel/CommunicationException.xml b/xml/System.ServiceModel/CommunicationException.xml index 111e431b098..2b4475892fd 100644 --- a/xml/System.ServiceModel/CommunicationException.xml +++ b/xml/System.ServiceModel/CommunicationException.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel/CommunicationObjectAbortedException.xml b/xml/System.ServiceModel/CommunicationObjectAbortedException.xml index 006bd3f863f..0f03e4180d7 100644 --- a/xml/System.ServiceModel/CommunicationObjectAbortedException.xml +++ b/xml/System.ServiceModel/CommunicationObjectAbortedException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/CommunicationObjectFaultedException.xml b/xml/System.ServiceModel/CommunicationObjectFaultedException.xml index bf0583a649f..2ed96659b5b 100644 --- a/xml/System.ServiceModel/CommunicationObjectFaultedException.xml +++ b/xml/System.ServiceModel/CommunicationObjectFaultedException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/CommunicationState.xml b/xml/System.ServiceModel/CommunicationState.xml index 99e3e3c8834..1847c10f7e8 100644 --- a/xml/System.ServiceModel/CommunicationState.xml +++ b/xml/System.ServiceModel/CommunicationState.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/DataContractFormatAttribute.xml b/xml/System.ServiceModel/DataContractFormatAttribute.xml index c2d69fb649c..67f9d9e464c 100644 --- a/xml/System.ServiceModel/DataContractFormatAttribute.xml +++ b/xml/System.ServiceModel/DataContractFormatAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/DnsEndpointIdentity.xml b/xml/System.ServiceModel/DnsEndpointIdentity.xml index fa0ed5e2678..5a5d77efdc3 100644 --- a/xml/System.ServiceModel/DnsEndpointIdentity.xml +++ b/xml/System.ServiceModel/DnsEndpointIdentity.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/DuplexChannelFactory`1.xml b/xml/System.ServiceModel/DuplexChannelFactory`1.xml index 2a7e1c28d95..70d613a74fa 100644 --- a/xml/System.ServiceModel/DuplexChannelFactory`1.xml +++ b/xml/System.ServiceModel/DuplexChannelFactory`1.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/DuplexClientBase`1.xml b/xml/System.ServiceModel/DuplexClientBase`1.xml index ea00d0b65ee..ec549771f6a 100644 --- a/xml/System.ServiceModel/DuplexClientBase`1.xml +++ b/xml/System.ServiceModel/DuplexClientBase`1.xml @@ -29,7 +29,8 @@ - + + diff --git a/xml/System.ServiceModel/EndpointAddress.xml b/xml/System.ServiceModel/EndpointAddress.xml index 789786f4e87..17cdb8e12c5 100644 --- a/xml/System.ServiceModel/EndpointAddress.xml +++ b/xml/System.ServiceModel/EndpointAddress.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/EndpointAddress10.xml b/xml/System.ServiceModel/EndpointAddress10.xml index d35867f0e41..bbb67ab275f 100644 --- a/xml/System.ServiceModel/EndpointAddress10.xml +++ b/xml/System.ServiceModel/EndpointAddress10.xml @@ -146,7 +146,7 @@ Returns . - . + To be added.
diff --git a/xml/System.ServiceModel/EndpointAddressAugust2004.xml b/xml/System.ServiceModel/EndpointAddressAugust2004.xml index 08c60e80268..1431bf37c38 100644 --- a/xml/System.ServiceModel/EndpointAddressAugust2004.xml +++ b/xml/System.ServiceModel/EndpointAddressAugust2004.xml @@ -144,7 +144,7 @@ Returns . - . + To be added.
diff --git a/xml/System.ServiceModel/EndpointAddressBuilder.xml b/xml/System.ServiceModel/EndpointAddressBuilder.xml index 0084868792e..9e8accccb32 100644 --- a/xml/System.ServiceModel/EndpointAddressBuilder.xml +++ b/xml/System.ServiceModel/EndpointAddressBuilder.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/EndpointIdentity.xml b/xml/System.ServiceModel/EndpointIdentity.xml index 1bd24e62a91..0c42baed04d 100644 --- a/xml/System.ServiceModel/EndpointIdentity.xml +++ b/xml/System.ServiceModel/EndpointIdentity.xml @@ -29,7 +29,8 @@ - + + diff --git a/xml/System.ServiceModel/EndpointNotFoundException.xml b/xml/System.ServiceModel/EndpointNotFoundException.xml index d662a75e66e..bd30b80e6ec 100644 --- a/xml/System.ServiceModel/EndpointNotFoundException.xml +++ b/xml/System.ServiceModel/EndpointNotFoundException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/EnvelopeVersion.xml b/xml/System.ServiceModel/EnvelopeVersion.xml index dd5b936b3e1..c3fd04a3148 100644 --- a/xml/System.ServiceModel/EnvelopeVersion.xml +++ b/xml/System.ServiceModel/EnvelopeVersion.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/ExceptionDetail.xml b/xml/System.ServiceModel/ExceptionDetail.xml index 0facc6ae811..4e552f0b7e6 100644 --- a/xml/System.ServiceModel/ExceptionDetail.xml +++ b/xml/System.ServiceModel/ExceptionDetail.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/ExtensionCollection`1.xml b/xml/System.ServiceModel/ExtensionCollection`1.xml index b44d50b1730..dc51b271d78 100644 --- a/xml/System.ServiceModel/ExtensionCollection`1.xml +++ b/xml/System.ServiceModel/ExtensionCollection`1.xml @@ -22,7 +22,8 @@ - + + diff --git a/xml/System.ServiceModel/FaultCode.xml b/xml/System.ServiceModel/FaultCode.xml index ac65b98aec8..54f84af2f76 100644 --- a/xml/System.ServiceModel/FaultCode.xml +++ b/xml/System.ServiceModel/FaultCode.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/FaultContractAttribute.xml b/xml/System.ServiceModel/FaultContractAttribute.xml index 2fa3a983d3c..964ed35ed51 100644 --- a/xml/System.ServiceModel/FaultContractAttribute.xml +++ b/xml/System.ServiceModel/FaultContractAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/FaultException.xml b/xml/System.ServiceModel/FaultException.xml index 63bbad95c86..6dd518a75d5 100644 --- a/xml/System.ServiceModel/FaultException.xml +++ b/xml/System.ServiceModel/FaultException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/FaultException`1.xml b/xml/System.ServiceModel/FaultException`1.xml index 7b3c6892021..d57fdd9c6bf 100644 --- a/xml/System.ServiceModel/FaultException`1.xml +++ b/xml/System.ServiceModel/FaultException`1.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/FaultReason.xml b/xml/System.ServiceModel/FaultReason.xml index 98a79cfdba0..1fb94941994 100644 --- a/xml/System.ServiceModel/FaultReason.xml +++ b/xml/System.ServiceModel/FaultReason.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/FaultReasonText.xml b/xml/System.ServiceModel/FaultReasonText.xml index 879197d0cf0..0d23cb6e452 100644 --- a/xml/System.ServiceModel/FaultReasonText.xml +++ b/xml/System.ServiceModel/FaultReasonText.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/HttpBindingBase.xml b/xml/System.ServiceModel/HttpBindingBase.xml index 913650c7076..371e3ea86c9 100644 --- a/xml/System.ServiceModel/HttpBindingBase.xml +++ b/xml/System.ServiceModel/HttpBindingBase.xml @@ -29,7 +29,8 @@ - + + diff --git a/xml/System.ServiceModel/HttpClientCredentialType.xml b/xml/System.ServiceModel/HttpClientCredentialType.xml index cdfb0f5f677..35f824609f5 100644 --- a/xml/System.ServiceModel/HttpClientCredentialType.xml +++ b/xml/System.ServiceModel/HttpClientCredentialType.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/HttpProxyCredentialType.xml b/xml/System.ServiceModel/HttpProxyCredentialType.xml index 1be350206ca..c19990888ac 100644 --- a/xml/System.ServiceModel/HttpProxyCredentialType.xml +++ b/xml/System.ServiceModel/HttpProxyCredentialType.xml @@ -22,7 +22,8 @@ - + + System.Enum diff --git a/xml/System.ServiceModel/HttpTransportSecurity.xml b/xml/System.ServiceModel/HttpTransportSecurity.xml index e45783865c3..9c5abf1d37e 100644 --- a/xml/System.ServiceModel/HttpTransportSecurity.xml +++ b/xml/System.ServiceModel/HttpTransportSecurity.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/IClientChannel.xml b/xml/System.ServiceModel/IClientChannel.xml index 8fb1abbcfbd..222d578d613 100644 --- a/xml/System.ServiceModel/IClientChannel.xml +++ b/xml/System.ServiceModel/IClientChannel.xml @@ -28,7 +28,8 @@ - + + diff --git a/xml/System.ServiceModel/ICommunicationObject.xml b/xml/System.ServiceModel/ICommunicationObject.xml index 6a5b3a17870..b77b51500dc 100644 --- a/xml/System.ServiceModel/ICommunicationObject.xml +++ b/xml/System.ServiceModel/ICommunicationObject.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/IContextChannel.xml b/xml/System.ServiceModel/IContextChannel.xml index 1f154831a02..84565543f47 100644 --- a/xml/System.ServiceModel/IContextChannel.xml +++ b/xml/System.ServiceModel/IContextChannel.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/IDefaultCommunicationTimeouts.xml b/xml/System.ServiceModel/IDefaultCommunicationTimeouts.xml index d81b5c6bd20..12c607f813f 100644 --- a/xml/System.ServiceModel/IDefaultCommunicationTimeouts.xml +++ b/xml/System.ServiceModel/IDefaultCommunicationTimeouts.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/IExtensibleObject`1.xml b/xml/System.ServiceModel/IExtensibleObject`1.xml index feaa10f38f3..27a1f589b42 100644 --- a/xml/System.ServiceModel/IExtensibleObject`1.xml +++ b/xml/System.ServiceModel/IExtensibleObject`1.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/IExtensionCollection`1.xml b/xml/System.ServiceModel/IExtensionCollection`1.xml index 5203bfeb01c..17871eb8f94 100644 --- a/xml/System.ServiceModel/IExtensionCollection`1.xml +++ b/xml/System.ServiceModel/IExtensionCollection`1.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/IExtension`1.xml b/xml/System.ServiceModel/IExtension`1.xml index 6440d0f3781..e2c207fda36 100644 --- a/xml/System.ServiceModel/IExtension`1.xml +++ b/xml/System.ServiceModel/IExtension`1.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/InstanceContext.xml b/xml/System.ServiceModel/InstanceContext.xml index 2fe1bfec455..c9250c39e97 100644 --- a/xml/System.ServiceModel/InstanceContext.xml +++ b/xml/System.ServiceModel/InstanceContext.xml @@ -29,7 +29,8 @@ - + + diff --git a/xml/System.ServiceModel/InvalidMessageContractException.xml b/xml/System.ServiceModel/InvalidMessageContractException.xml index a4f65908b86..382a392c8ba 100644 --- a/xml/System.ServiceModel/InvalidMessageContractException.xml +++ b/xml/System.ServiceModel/InvalidMessageContractException.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel/MessageBodyMemberAttribute.xml b/xml/System.ServiceModel/MessageBodyMemberAttribute.xml index debaa5f558e..192180a6d18 100644 --- a/xml/System.ServiceModel/MessageBodyMemberAttribute.xml +++ b/xml/System.ServiceModel/MessageBodyMemberAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/MessageContractAttribute.xml b/xml/System.ServiceModel/MessageContractAttribute.xml index c01bebb45ca..9a8b9d91cf5 100644 --- a/xml/System.ServiceModel/MessageContractAttribute.xml +++ b/xml/System.ServiceModel/MessageContractAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/MessageContractMemberAttribute.xml b/xml/System.ServiceModel/MessageContractMemberAttribute.xml index 9170383775b..c148ce2f28c 100644 --- a/xml/System.ServiceModel/MessageContractMemberAttribute.xml +++ b/xml/System.ServiceModel/MessageContractMemberAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/MessageCredentialType.xml b/xml/System.ServiceModel/MessageCredentialType.xml index 14ab8947e31..c8b4e78fda4 100644 --- a/xml/System.ServiceModel/MessageCredentialType.xml +++ b/xml/System.ServiceModel/MessageCredentialType.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/MessageHeaderArrayAttribute.xml b/xml/System.ServiceModel/MessageHeaderArrayAttribute.xml index 4ed7d29c655..f1ca98b9770 100644 --- a/xml/System.ServiceModel/MessageHeaderArrayAttribute.xml +++ b/xml/System.ServiceModel/MessageHeaderArrayAttribute.xml @@ -22,7 +22,8 @@ - + + System.ServiceModel.MessageHeaderAttribute diff --git a/xml/System.ServiceModel/MessageHeaderAttribute.xml b/xml/System.ServiceModel/MessageHeaderAttribute.xml index de3be9e98cf..5cd54653372 100644 --- a/xml/System.ServiceModel/MessageHeaderAttribute.xml +++ b/xml/System.ServiceModel/MessageHeaderAttribute.xml @@ -24,7 +24,8 @@ - + + System.ServiceModel.MessageContractMemberAttribute diff --git a/xml/System.ServiceModel/MessageHeaderException.xml b/xml/System.ServiceModel/MessageHeaderException.xml index b991e38d075..6de66edc64f 100644 --- a/xml/System.ServiceModel/MessageHeaderException.xml +++ b/xml/System.ServiceModel/MessageHeaderException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/MessageHeader`1.xml b/xml/System.ServiceModel/MessageHeader`1.xml index 61493e63cb9..77bafe72be3 100644 --- a/xml/System.ServiceModel/MessageHeader`1.xml +++ b/xml/System.ServiceModel/MessageHeader`1.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/MessageParameterAttribute.xml b/xml/System.ServiceModel/MessageParameterAttribute.xml index cbdcd2567c2..c1f5ee23cb2 100644 --- a/xml/System.ServiceModel/MessageParameterAttribute.xml +++ b/xml/System.ServiceModel/MessageParameterAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/MessagePropertyAttribute.xml b/xml/System.ServiceModel/MessagePropertyAttribute.xml index 4b6265111ff..541b93ea3c7 100644 --- a/xml/System.ServiceModel/MessagePropertyAttribute.xml +++ b/xml/System.ServiceModel/MessagePropertyAttribute.xml @@ -22,7 +22,8 @@ - + + System.Attribute diff --git a/xml/System.ServiceModel/MessageSecurityOverHttp.xml b/xml/System.ServiceModel/MessageSecurityOverHttp.xml index b270c097519..73bfe08b7e0 100644 --- a/xml/System.ServiceModel/MessageSecurityOverHttp.xml +++ b/xml/System.ServiceModel/MessageSecurityOverHttp.xml @@ -18,7 +18,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel/MessageSecurityOverTcp.xml b/xml/System.ServiceModel/MessageSecurityOverTcp.xml index 0213a41b0c7..43d63a32478 100644 --- a/xml/System.ServiceModel/MessageSecurityOverTcp.xml +++ b/xml/System.ServiceModel/MessageSecurityOverTcp.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/MessageSecurityVersion.xml b/xml/System.ServiceModel/MessageSecurityVersion.xml index 1d5052ac1c0..7ea655b12e4 100644 --- a/xml/System.ServiceModel/MessageSecurityVersion.xml +++ b/xml/System.ServiceModel/MessageSecurityVersion.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/NetHttpBinding.xml b/xml/System.ServiceModel/NetHttpBinding.xml index 84b6cd854a8..c90d4017c31 100644 --- a/xml/System.ServiceModel/NetHttpBinding.xml +++ b/xml/System.ServiceModel/NetHttpBinding.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel/NetHttpMessageEncoding.xml b/xml/System.ServiceModel/NetHttpMessageEncoding.xml index e8a872d1d21..e9a827447ea 100644 --- a/xml/System.ServiceModel/NetHttpMessageEncoding.xml +++ b/xml/System.ServiceModel/NetHttpMessageEncoding.xml @@ -24,7 +24,8 @@ - + + diff --git a/xml/System.ServiceModel/NetHttpsBinding.xml b/xml/System.ServiceModel/NetHttpsBinding.xml index fbe1a34f707..d693d2d0796 100644 --- a/xml/System.ServiceModel/NetHttpsBinding.xml +++ b/xml/System.ServiceModel/NetHttpsBinding.xml @@ -23,7 +23,8 @@ - + + System.ServiceModel.HttpBindingBase diff --git a/xml/System.ServiceModel/NetTcpBinding.xml b/xml/System.ServiceModel/NetTcpBinding.xml index fe10f2c7b01..497f21b71ce 100644 --- a/xml/System.ServiceModel/NetTcpBinding.xml +++ b/xml/System.ServiceModel/NetTcpBinding.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel/NetTcpSecurity.xml b/xml/System.ServiceModel/NetTcpSecurity.xml index b9caa5d88e8..41e26a3b84e 100644 --- a/xml/System.ServiceModel/NetTcpSecurity.xml +++ b/xml/System.ServiceModel/NetTcpSecurity.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/NonDualMessageSecurityOverHttp.xml b/xml/System.ServiceModel/NonDualMessageSecurityOverHttp.xml index 89fa4a4c05a..83a08099b4b 100644 --- a/xml/System.ServiceModel/NonDualMessageSecurityOverHttp.xml +++ b/xml/System.ServiceModel/NonDualMessageSecurityOverHttp.xml @@ -18,7 +18,8 @@ - + + System.ServiceModel.MessageSecurityOverHttp diff --git a/xml/System.ServiceModel/OperationContext.xml b/xml/System.ServiceModel/OperationContext.xml index 487c12c4f17..eea799a6456 100644 --- a/xml/System.ServiceModel/OperationContext.xml +++ b/xml/System.ServiceModel/OperationContext.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/OperationContextScope.xml b/xml/System.ServiceModel/OperationContextScope.xml index 9b5f0b6aed5..f2e96fac12c 100644 --- a/xml/System.ServiceModel/OperationContextScope.xml +++ b/xml/System.ServiceModel/OperationContextScope.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/OperationContractAttribute.xml b/xml/System.ServiceModel/OperationContractAttribute.xml index dbac977183f..ee0c0725cf6 100644 --- a/xml/System.ServiceModel/OperationContractAttribute.xml +++ b/xml/System.ServiceModel/OperationContractAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/OperationFormatStyle.xml b/xml/System.ServiceModel/OperationFormatStyle.xml index 2c3a7c3856e..254c619883c 100644 --- a/xml/System.ServiceModel/OperationFormatStyle.xml +++ b/xml/System.ServiceModel/OperationFormatStyle.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/OperationFormatUse.xml b/xml/System.ServiceModel/OperationFormatUse.xml index 04b63ba5e21..3624780049f 100644 --- a/xml/System.ServiceModel/OperationFormatUse.xml +++ b/xml/System.ServiceModel/OperationFormatUse.xml @@ -22,7 +22,8 @@ - + + System.Enum diff --git a/xml/System.ServiceModel/ProtocolException.xml b/xml/System.ServiceModel/ProtocolException.xml index 13fa27ee829..9affe3b0686 100644 --- a/xml/System.ServiceModel/ProtocolException.xml +++ b/xml/System.ServiceModel/ProtocolException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/QuotaExceededException.xml b/xml/System.ServiceModel/QuotaExceededException.xml index 572803af7e3..ed74d7ba00b 100644 --- a/xml/System.ServiceModel/QuotaExceededException.xml +++ b/xml/System.ServiceModel/QuotaExceededException.xml @@ -30,7 +30,8 @@ - + + diff --git a/xml/System.ServiceModel/SecurityMode.xml b/xml/System.ServiceModel/SecurityMode.xml index 18624282f38..f5db11edfed 100644 --- a/xml/System.ServiceModel/SecurityMode.xml +++ b/xml/System.ServiceModel/SecurityMode.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/ServerTooBusyException.xml b/xml/System.ServiceModel/ServerTooBusyException.xml index 6f6766ad3f7..1083f87af03 100644 --- a/xml/System.ServiceModel/ServerTooBusyException.xml +++ b/xml/System.ServiceModel/ServerTooBusyException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/ServiceActivationException.xml b/xml/System.ServiceModel/ServiceActivationException.xml index e9a5b971a30..2acf8de0356 100644 --- a/xml/System.ServiceModel/ServiceActivationException.xml +++ b/xml/System.ServiceModel/ServiceActivationException.xml @@ -26,7 +26,8 @@ - + + diff --git a/xml/System.ServiceModel/ServiceContractAttribute.xml b/xml/System.ServiceModel/ServiceContractAttribute.xml index 8b4e7977b44..546a79813e3 100644 --- a/xml/System.ServiceModel/ServiceContractAttribute.xml +++ b/xml/System.ServiceModel/ServiceContractAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/ServiceKnownTypeAttribute.xml b/xml/System.ServiceModel/ServiceKnownTypeAttribute.xml index a19d5ff3c83..0ec336e29ba 100644 --- a/xml/System.ServiceModel/ServiceKnownTypeAttribute.xml +++ b/xml/System.ServiceModel/ServiceKnownTypeAttribute.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/SessionMode.xml b/xml/System.ServiceModel/SessionMode.xml index 2172de9263b..5f7e67425c9 100644 --- a/xml/System.ServiceModel/SessionMode.xml +++ b/xml/System.ServiceModel/SessionMode.xml @@ -22,7 +22,8 @@ - + + System.Enum diff --git a/xml/System.ServiceModel/SpnEndpointIdentity.xml b/xml/System.ServiceModel/SpnEndpointIdentity.xml index d960892c7d4..03b97ba513c 100644 --- a/xml/System.ServiceModel/SpnEndpointIdentity.xml +++ b/xml/System.ServiceModel/SpnEndpointIdentity.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/TcpClientCredentialType.xml b/xml/System.ServiceModel/TcpClientCredentialType.xml index 8b2ad876c89..1a78a63adbd 100644 --- a/xml/System.ServiceModel/TcpClientCredentialType.xml +++ b/xml/System.ServiceModel/TcpClientCredentialType.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/TcpTransportSecurity.xml b/xml/System.ServiceModel/TcpTransportSecurity.xml index 87bd4b086d9..5de75aa75c7 100644 --- a/xml/System.ServiceModel/TcpTransportSecurity.xml +++ b/xml/System.ServiceModel/TcpTransportSecurity.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/TransferMode.xml b/xml/System.ServiceModel/TransferMode.xml index 5815448816d..7746c443e37 100644 --- a/xml/System.ServiceModel/TransferMode.xml +++ b/xml/System.ServiceModel/TransferMode.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/UnknownMessageReceivedEventArgs.xml b/xml/System.ServiceModel/UnknownMessageReceivedEventArgs.xml index e4053564c10..feb70e09767 100644 --- a/xml/System.ServiceModel/UnknownMessageReceivedEventArgs.xml +++ b/xml/System.ServiceModel/UnknownMessageReceivedEventArgs.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/UpnEndpointIdentity.xml b/xml/System.ServiceModel/UpnEndpointIdentity.xml index 7f254ef8937..5b156f91c88 100644 --- a/xml/System.ServiceModel/UpnEndpointIdentity.xml +++ b/xml/System.ServiceModel/UpnEndpointIdentity.xml @@ -25,7 +25,8 @@ - + + diff --git a/xml/System.ServiceModel/WS2007HttpBinding.xml b/xml/System.ServiceModel/WS2007HttpBinding.xml index e4d691b596f..7d8d7183ca1 100644 --- a/xml/System.ServiceModel/WS2007HttpBinding.xml +++ b/xml/System.ServiceModel/WS2007HttpBinding.xml @@ -14,9 +14,6 @@ System.ServiceModel.Http 4.7.0.0 - - - System.ServiceModel.WSHttpBinding @@ -135,7 +132,7 @@ System.ServiceModel.Http - + The binding configuration name for the . diff --git a/xml/System.ServiceModel/WSHttpBinding.xml b/xml/System.ServiceModel/WSHttpBinding.xml index c82c24a31b3..434caae6e3f 100644 --- a/xml/System.ServiceModel/WSHttpBinding.xml +++ b/xml/System.ServiceModel/WSHttpBinding.xml @@ -18,7 +18,8 @@ - + + System.ServiceModel.WSHttpBindingBase diff --git a/xml/System.ServiceModel/WSHttpBindingBase.xml b/xml/System.ServiceModel/WSHttpBindingBase.xml index 8f0d364dce1..0b601ffa058 100644 --- a/xml/System.ServiceModel/WSHttpBindingBase.xml +++ b/xml/System.ServiceModel/WSHttpBindingBase.xml @@ -23,7 +23,8 @@ - + + System.ServiceModel.Channels.Binding diff --git a/xml/System.ServiceModel/WSHttpSecurity.xml b/xml/System.ServiceModel/WSHttpSecurity.xml index 446329236f9..707901d78eb 100644 --- a/xml/System.ServiceModel/WSHttpSecurity.xml +++ b/xml/System.ServiceModel/WSHttpSecurity.xml @@ -18,7 +18,8 @@ - + + System.Object diff --git a/xml/System.ServiceModel/XmlSerializerFormatAttribute.xml b/xml/System.ServiceModel/XmlSerializerFormatAttribute.xml index 32b2c27b83c..69c2bf56b98 100644 --- a/xml/System.ServiceModel/XmlSerializerFormatAttribute.xml +++ b/xml/System.ServiceModel/XmlSerializerFormatAttribute.xml @@ -28,7 +28,8 @@ - + + diff --git a/xml/System.Text.Json.Serialization/JsonConverter`1.xml b/xml/System.Text.Json.Serialization/JsonConverter`1.xml index 3ef0750743b..300e1875037 100644 --- a/xml/System.Text.Json.Serialization/JsonConverter`1.xml +++ b/xml/System.Text.Json.Serialization/JsonConverter`1.xml @@ -89,6 +89,27 @@ For more information, see [How to write custom converters for JSON serialization
+ + + + + + + + Property + + System.Text.Json + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + @@ -147,13 +168,7 @@ For more information, see [How to write custom converters for JSON serialization - - - - System.Diagnostics.CodeAnalysis.DisallowNull - - - + diff --git a/xml/System.Text/Encoding.xml b/xml/System.Text/Encoding.xml index 26fadc60a10..f7c9a7912c1 100644 --- a/xml/System.Text/Encoding.xml +++ b/xml/System.Text/Encoding.xml @@ -951,6 +951,45 @@ **dstEncoding.** is set to . + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Text.Encoding + + + mscorlib + + + netstandard + + + System.IO.Stream + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Text/Rune.xml b/xml/System.Text/Rune.xml index 2dbe6d69daf..4bb48224c1a 100644 --- a/xml/System.Text/Rune.xml +++ b/xml/System.Text/Rune.xml @@ -544,7 +544,7 @@ This method is very similar to if the source buffer is empty or contains only a standalone UTF-8 high surrogate character. then contains , and contains the length of the input buffer. if the source buffer ends with an ill-formed UTF-8 encoded scalar value. then contains , and contains the number of values used in the input buffer to encode the ill-formed sequence. - . + + diff --git a/xml/System.Threading/MutexAcl.xml b/xml/System.Threading/MutexAcl.xml index 79091151f48..cb10b5854ff 100644 --- a/xml/System.Threading/MutexAcl.xml +++ b/xml/System.Threading/MutexAcl.xml @@ -1,4 +1,4 @@ - + diff --git a/xml/System.Threading/SemaphoreAcl.xml b/xml/System.Threading/SemaphoreAcl.xml index 18f95abf377..af70af74ed9 100644 --- a/xml/System.Threading/SemaphoreAcl.xml +++ b/xml/System.Threading/SemaphoreAcl.xml @@ -1,4 +1,4 @@ - + diff --git a/xml/System.Threading/ThreadPool.xml b/xml/System.Threading/ThreadPool.xml index 2a8eba59d36..6f60cd2f0a2 100644 --- a/xml/System.Threading/ThreadPool.xml +++ b/xml/System.Threading/ThreadPool.xml @@ -701,7 +701,7 @@ If a thread pool implementation may have different types of work items, the coun Queues a method specified by an delegate for execution, and provides data to be used by the method. The method executes when a thread pool thread becomes available. if the method is successfully queued; is thrown if the work item could not be queued. - . + To be added. diff --git a/xml/System.Web.UI.MobileControls/StyleSheet.xml b/xml/System.Web.UI.MobileControls/StyleSheet.xml index fe0237581ed..952f0b20c55 100644 --- a/xml/System.Web.UI.MobileControls/StyleSheet.xml +++ b/xml/System.Web.UI.MobileControls/StyleSheet.xml @@ -797,11 +797,7 @@ Condition - The property was accessed at run time. - - -or- - - An attempt was made to set the property. + The property was accessed at run time, or an attempt was made to set the property. diff --git a/xml/System.Windows.Controls/MenuScrollingVisibilityConverter.xml b/xml/System.Windows.Controls/MenuScrollingVisibilityConverter.xml index 83cea6ccef4..48525611772 100644 --- a/xml/System.Windows.Controls/MenuScrollingVisibilityConverter.xml +++ b/xml/System.Windows.Controls/MenuScrollingVisibilityConverter.xml @@ -143,7 +143,7 @@ Not supported. - . + To be added.
diff --git a/xml/System.Windows.Documents.DocumentStructures/SectionStructure.xml b/xml/System.Windows.Documents.DocumentStructures/SectionStructure.xml index e30fba5889c..93ec58122c0 100644 --- a/xml/System.Windows.Documents.DocumentStructures/SectionStructure.xml +++ b/xml/System.Windows.Documents.DocumentStructures/SectionStructure.xml @@ -114,7 +114,7 @@ This method has not been implemented. - . + To be added.
diff --git a/xml/System.Windows.Forms/KeysConverter.xml b/xml/System.Windows.Forms/KeysConverter.xml index 11d58eaae50..32fd78e1d4c 100644 --- a/xml/System.Windows.Forms/KeysConverter.xml +++ b/xml/System.Windows.Forms/KeysConverter.xml @@ -206,7 +206,7 @@ is less than . - zero + 0 equals . diff --git a/xml/System.Xml/XmlDocumentXPathExtensions.xml b/xml/System.Xml/XmlDocumentXPathExtensions.xml index 0fdadb716e9..c347cf97d2a 100644 --- a/xml/System.Xml/XmlDocumentXPathExtensions.xml +++ b/xml/System.Xml/XmlDocumentXPathExtensions.xml @@ -16,7 +16,7 @@ - To be added. + Provides extension methods for the and for document navigation. To be added. @@ -41,9 +41,9 @@ - To be added. - To be added. - To be added. + The document from which the XPath navigator is created. + Creates a new XPath navigator object for navigating the specified document. + An XPath navigator object. To be added.
@@ -68,9 +68,9 @@ - To be added. - To be added. - To be added. + The node where the navigator is initially positioned. + Creates an XPath navigator for navigating the specified node. + An XPath navigator object used to navigate the node. The XPath navigator is positioned on the node from which the method is called, not on the root of the document. To be added.
@@ -96,10 +96,10 @@ - To be added. - To be added. - To be added. - To be added. + The document from which the XPath navigator is created. + The node where the navigator is initially positioned. + Creates an XPath navigator object for navigating the specified document positioned on the specified node. + An XPath navigator object. To be added.
@@ -125,10 +125,10 @@ - To be added. - To be added. - To be added. - To be added. + The node where the navigator is initially positioned. + The XPath expression to match. + Selects a list of nodes matching the specified XPath expression. + A collection of nodes that match the specified XPath expression. To be added.
@@ -155,12 +155,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The node where the navigator is initially positioned. + The XPath expression to match. + A namespace manager to resolve XPath expression prefix namespaces. + Selects a list of nodes matching the specified XPath expression. Any prefixes found in the XPath expression are resolved using the supplied namespace manager. + A collection of nodes that match the specified XPath expression. To be added. + XPath examples
@@ -185,11 +186,12 @@ - To be added. - To be added. - To be added. - To be added. + The node where the navigator is initially positioned. + The XPath expression to match. + Selects the first node that matches the XPath expression. + The first node that matches the XPath query, or if no matching node is found. To be added. + XPath examples @@ -215,12 +217,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The node where the navigator is initially positioned. + The XPath expression to match. + A namespace manager to resolve XPath expression prefix namespaces. + Selects the first node that matches the XPath expression. Any prefixes found in the XPath expression are resolved using the supplied namespace manager. + The first node that matches the XPath query, or if no matching node is found. To be added. + XPath examples @@ -244,9 +247,9 @@ - To be added. - To be added. - To be added. + The node in which the implementation should position newly created navigators. + Creates an instance used for producing navigators. + An instance. To be added. diff --git a/xml/System.Xml/XmlWriter.xml b/xml/System.Xml/XmlWriter.xml index 3a177bc780f..ded5eeec67b 100644 --- a/xml/System.Xml/XmlWriter.xml +++ b/xml/System.Xml/XmlWriter.xml @@ -1,10 +1,15 @@ - - + + - - - + + + + + + + + @@ -1136,6 +1141,65 @@ An method was called before a previous asy An method was called before a previous asynchronous operation finished. In this case, is thrown with the message "An asynchronous operation is already in progress."
+ + + + + + + + Method + + M:System.IAsyncDisposable.DisposeAsync + + + System.Xml.ReaderWriter + 5.0.0.0 + + + System.Xml + + + netstandard + + + System.Threading.Tasks.ValueTask + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Xml.ReaderWriter + 5.0.0.0 + + + System.Xml + + + netstandard + + + System.Threading.Tasks.ValueTask + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System/Activator.xml b/xml/System/Activator.xml index 70a27cbe067..72c9a1076cf 100644 --- a/xml/System/Activator.xml +++ b/xml/System/Activator.xml @@ -391,9 +391,9 @@ ## Examples The following code example demonstrates how to call the method. Instances of several different types are created and their default values are displayed. - [!code-cpp[ActivatorX#4](~/samples/snippets/cpp/VS_Snippets_CLR/ActivatorX/cpp/source2.cpp#4)] - [!code-csharp[ActivatorX#4](~/samples/snippets/csharp/VS_Snippets_CLR/ActivatorX/cs/source2.cs#4)] - [!code-vb[ActivatorX#4](~/samples/snippets/visualbasic/VS_Snippets_CLR/ActivatorX/VB/source2.vb#4)] + :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR/ActivatorX/cpp/source2.cpp" id="Snippet4"::: + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR/ActivatorX/cs/source2.cs" interactive="try-dotnet" id="Snippet4"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR/ActivatorX/VB/source2.vb" id="Snippet4"::: ]]> @@ -760,13 +760,13 @@ ## Examples The following example calls the method to create a object. It calls the constructor to instantiate a string that contains ten elements from a character array starting at the fourteenth position. - [!code-csharp[System.Activator.CreateInstance#5](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.activator.createinstance/cs/CreateInstance5.cs#5)] - [!code-vb[System.Activator.CreateInstance#5](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.activator.createinstance/vb/CreateInstance5.vb#5)] + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.activator.createinstance/cs/CreateInstance5.cs" interactive="try-dotnet" id="Snippet5"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.activator.createinstance/vb/CreateInstance5.vb" id="Snippet5"::: The following example creates a jagged array whose elements are arguments to be passed to a constructor. The example then passes each array to the method to invoke the appropriate string constructor. - [!code-csharp[System.Activator.CreateInstance#4](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.activator.createinstance/cs/createinstance2.cs#4)] - [!code-vb[System.Activator.CreateInstance#4](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.activator.createinstance/vb/createinstance2.vb#4)] + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.activator.createinstance/cs/createinstance2.cs" interactive="try-dotnet" id="Snippet4"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.activator.createinstance/vb/createinstance2.vb" id="Snippet4"::: ]]> diff --git a/xml/System/Array.xml b/xml/System/Array.xml index 03339511b2f..1d9621754d5 100644 --- a/xml/System/Array.xml +++ b/xml/System/Array.xml @@ -6160,8 +6160,8 @@ ## Examples The following example uses the property to get the total number of elements in an array. It also uses the method to determine the number of elements in each dimension of a multidimensional array. - [!code-csharp[System.Array.Length#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.array.length/cs/length1.cs#1)] - [!code-vb[System.Array.Length#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.array.length/vb/length1.vb#1)] + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.array.length/cs/length1.cs" interactive="try-dotnet" id="Snippet1"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.array.length/vb/length1.vb" id="Snippet1"::: ]]> diff --git a/xml/System/Byte.xml b/xml/System/Byte.xml index c20b257fc56..9333898beaf 100644 --- a/xml/System/Byte.xml +++ b/xml/System/Byte.xml @@ -307,13 +307,8 @@ Greater than zero - This instance is greater than . - - -or- - - is . - - + This instance is greater than , or is . + Greater than zero - This instance is greater than . - - -or- - - is . + This instance is greater than , or is . diff --git a/xml/System/Double.xml b/xml/System/Double.xml index 2337501fd50..2e96ee6757e 100644 --- a/xml/System/Double.xml +++ b/xml/System/Double.xml @@ -362,27 +362,15 @@ Less than zero - This instance is less than . - - -or- - - This instance is not a number () and is a number. + This instance is less than , or this instance is not a number () and is a number. Zero - This instance is equal to . - - -or- - - Both this instance and are not a number (), , or . + This instance is equal to , or both this instance and are not a number (), , or . Greater than zero - This instance is greater than . - - -or- - - This instance is a number and is not a number (). + This instance is greater than , or this instance is a number and is not a number (). @@ -469,31 +457,15 @@ A negative integer - This instance is less than . - - -or- - - This instance is not a number () and is a number. + This instance is less than , or this instance is not a number () and is a number. Zero - This instance is equal to . + This instance is equal to , or this instance and are both , , or A positive integer - -or- - - This instance and are both , , or A positive integer - - This instance is greater than . - - -or- - - This instance is a number and is not a number (). - - -or- - - is . - - + This instance is greater than , OR this instance is a number and is not a number (), OR is . + + Greater than zero - The value of this instance is greater than the value of . - - -or- - - is . - - + + The value of this instance is greater than the value of , or is . + class to assign a GUID to an interface and to a user-defined class. It retrieves the value of the GUID by calling the method, and compares it with two other GUIDs to determine whether they are equal. - [!code-cpp[Guid#1](~/samples/snippets/cpp/VS_Snippets_CLR/Guid/CPP/Guids.cpp#1)] - [!code-csharp[Guid#1](~/samples/snippets/csharp/VS_Snippets_CLR/Guid/CS/Guids.cs#1)] - [!code-vb[Guid#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/Guid/VB/Guids.vb#1)] + :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR/Guid/CPP/Guids.cpp" id="Snippet1"::: + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR/Guid/CS/Guids.cs" interactive="try-dotnet" id="Snippet1"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR/Guid/VB/Guids.vb" id="Snippet1"::: Note that the attribute is typically used in an application to expose a type to COM. If you compile this example, you can run the [Assembly Registration tool (Regasm.exe)](/dotnet/framework/tools/regasm-exe-assembly-registration-tool) on the generated assembly to create registry (.reg) and type library (.tlb) files. The .reg file can be used to register the coclass in the registry, and the .tlb file can provide metadata for COM interop. diff --git a/xml/System/IFormatProvider.xml b/xml/System/IFormatProvider.xml index b0169e2f394..aed6a46d8aa 100644 --- a/xml/System/IFormatProvider.xml +++ b/xml/System/IFormatProvider.xml @@ -65,8 +65,8 @@ ## Examples The following example illustrates how an implementation can change the representation of a date and time value. In this case, a single date is displayed by using objects that represent four different cultures. - [!code-csharp[System.IFormatProvider.Class#3](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.IFormatProvider.Class/cs/provider2.cs#3)] - [!code-vb[System.IFormatProvider.Class#3](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.IFormatProvider.Class/vb/provider2.vb#3)] + :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.IFormatProvider.Class/cs/provider2.cs" interactive="try-dotnet" id="Snippet3"::: + :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.IFormatProvider.Class/vb/provider2.vb" id="Snippet3"::: The following example illustrates the use of a class that implements the interface and the method. The `AcctNumberFormat` class converts an value that represents an account number to a formatted 12-digit account number. Its `GetFormat` method returns a reference to the current `AcctNumberFormat` instance if the `formatType` parameter refers to a class that implements ; otherwise, `GetFormat` returns `null`. diff --git a/xml/System/Int16.xml b/xml/System/Int16.xml index 119c5d68839..39d4134bfad 100644 --- a/xml/System/Int16.xml +++ b/xml/System/Int16.xml @@ -252,11 +252,7 @@ Greater than zero - This instance is greater than . - - -or- - - is . + This instance is greater than , or is . @@ -1112,11 +1108,7 @@ An object to compare, or . Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the object. A signed number indicating the relative values of this instance and . - Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than . - --or- - - is . + Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than , or is . Greater than zero - This instance is greater than . - - -or- - - is . + This instance is greater than , or is . @@ -1192,11 +1188,25 @@ An object to compare, or . Compares this instance to a specified object and returns an indication of their relative values. A signed number indicating the relative values of this instance and . - Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than . - --or- - - is . + + + Return Value + Description + + + Less than zero + This instance is less than . + + + Zero + This instance is equal to . + + + Greater than zero + This instance is greater than , or is . + + + Greater than zero - This instance is greater than . - - -or- - - is . + This instance is greater than , or is . @@ -1136,11 +1132,7 @@ An object to compare, or . Compares this instance to a specified object and returns an indication of their relative values. A signed number indicating the relative values of this instance and . - Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than . - --or- - - is . + Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than , or is . if < .`` + if < . -or- @@ -2739,7 +2739,8 @@ Remainder = (Math.Abs(dividend) - (Math.Abs(divisor) * Zero - Equal to or or + Equal to or or + Less than zero - The property for is , and the property for is . - - -or- - - The properties for and are , and the value of the property for is less than the value of the property for . + The property for is , and the property for is , or the properties for and are , and the value of the property for is less than the value of the property for . Zero - The properties for and are . - - -or- - - The properties for and are , and the value of the property for is equal to the value of the property for . + The properties for and are , or the properties for and are , and the value of the property for is equal to the value of the property for . Greater than zero - The property for is , and the property for is . - - -or- - - The properties for and are , and the value of the property for is greater than the value of the property for . + The property for is , and the property for is , or the properties for and are , and the value of the property for is greater than the value of the property for . To be added. @@ -223,17 +211,9 @@ Description - The properties for and are . - - -or- - - The properties for and are , and the properties of the parameters are equal. - - The property is for one parameter and for the other parameter. - - -or- + The properties for and are , or the properties for and are , and the properties of the parameters are equal. - The properties for and are , and the properties of the parameters are unequal. + The property is for one parameter and for the other parameter, or the properties for and are , and the properties of the parameters are unequal. To be added. diff --git a/xml/System/Nullable`1.xml b/xml/System/Nullable`1.xml index 3daa1b43c71..0a71b39a885 100644 --- a/xml/System/Nullable`1.xml +++ b/xml/System/Nullable`1.xml @@ -194,30 +194,16 @@ Description - The property is , and the parameter is . That is, two null values are equal by definition. + The property is , and the parameter is (that is, two null values are equal by definition), OR the property is , and the value returned by the property is equal to the parameter. - -or- - - The property is , and the value returned by the property is equal to the parameter. - - The property for the current structure is , and the parameter is . - - -or- - - The property for the current structure is , and the parameter is not . - - -or- - - The property for the current structure is , and the value returned by the property is not equal to the parameter. + The property for the current structure is , and the parameter is , OR the property for the current structure is , and the parameter is not , OR the property for the current structure is , and the value returned by the property is not equal to the parameter. property of the current structure is `true` and the `other` argument is not `null`, equality is determined by passing the `other` parameter to the `Equals` method of the underlying value of the current structure. - - + If the property of the current structure is `true` and the `other` argument is not `null`, equality is determined by passing the `other` parameter to the `Equals` method of the underlying value of the current structure. ## Examples The following code example determines whether an object and a object are equal to the current object. diff --git a/xml/System/SByte.xml b/xml/System/SByte.xml index 448cae5f736..d0c4ccf58aa 100644 --- a/xml/System/SByte.xml +++ b/xml/System/SByte.xml @@ -166,11 +166,7 @@ Greater than zero - This instance is greater than . - - -or- - - is . + This instance is greater than , or is . diff --git a/xml/System/Single.xml b/xml/System/Single.xml index ac72ac6aa68..5ad942f1ed5 100644 --- a/xml/System/Single.xml +++ b/xml/System/Single.xml @@ -356,33 +356,17 @@ Less than zero - This instance is less than . - - -or- - - This instance is not a number () and is a number. + This instance is less than , or this instance is not a number () and is a number. Zero - This instance is equal to . - - -or- - - This instance and value are both not a number (), , or . + This instance is equal to , or this instance and value are both not a number (), , or . Greater than zero - This instance is greater than . - - -or- - - This instance is a number and is not a number (). - - -or- - - is . - - + This instance is greater than , OR this instance is a number and is not a number (), OR is . + + Less than zero - This instance is less than . - - -or- - - This instance is not a number () and is a number. + This instance is less than , or this instance is not a number () and is a number. Zero - This instance is equal to . - - -or- - - Both this instance and are not a number (), , or . + This instance is equal to , or both this instance and are not a number (), , or . Greater than zero - This instance is greater than . - - -or- - - This instance is a number and is not a number (). + This instance is greater than , or this instance is a number and is not a number (). diff --git a/xml/System/String.xml b/xml/System/String.xml index 480e7ed810a..c1f1eb91831 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -12616,11 +12616,7 @@ The following example defines a `StripStartTags` method that uses the Compares this instance with a specified and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified . A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the parameter. -ValueConditionLess than zeroThis instance precedes .ZeroThis instance has the same position in the sort order as .Greater than zeroThis instance follows . - --or- - - is . +ValueConditionLess than zeroThis instance precedes .ZeroThis instance has the same position in the sort order as .Greater than zeroThis instance follows , or is . Less than zero - precedes in the sort order. - - -or- - - is and is not . + precedes in the sort order, or is and is not . Zero - is equal to . - - -or- - - and are both . + is equal to , or and are both . Greater than zero - follows in the sort order. - - -or- - - is and is not . + follows in the sort order, or is and is not . @@ -280,27 +268,15 @@ The following example demonstrates the properties and the Less than zero - precedes in the sort order. - - -or- - - is and is not . + precedes in the sort order, or is and is not . Zero - is equal to . - - -or- - - and are both . + is equal to , or and are both . Greater than zero - follows in the sort order. - - -or- - - is and is not . + follows in the sort order, or is and is not . diff --git a/xml/System/TimeSpan.xml b/xml/System/TimeSpan.xml index 85d8e335a8a..468f574d789 100644 --- a/xml/System/TimeSpan.xml +++ b/xml/System/TimeSpan.xml @@ -648,11 +648,7 @@ 1 - This instance is longer than . - - -or- - - is . + This instance is longer than , or is . @@ -3722,11 +3718,7 @@ When a time interval component in the string to be parsed contains more than sev Compares this instance to a specified object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the specified object. One of the following values: - ValueDescription-1This instance is shorter than .0This instance is equal to .1This instance is longer than . - --or- - - is . + ValueDescription-1This instance is shorter than .0This instance is equal to .1This instance is longer than , or is . Greater than zero - This instance is greater than . - - -or- - - is . + This instance is greater than , or is . @@ -1169,11 +1165,7 @@ An object to compare, or . Compares this instance to a specified object and returns an indication of their relative values. A signed number indicating the relative values of this instance and . - Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than . - --or- - - is . + Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than , or is . Greater than zero - This instance is greater than . - - -or- - - is . + This instance is greater than , or is . @@ -1182,11 +1178,7 @@ An object to compare, or . Compares this instance to a specified object and returns an indication of their relative values. A signed number indicating the relative values of this instance and . - Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than . - --or- - - is . + Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than , or is . Greater than zero - This instance is greater than . - - -or- - - is . + This instance is greater than , or is . @@ -1163,11 +1159,7 @@ An object to compare, or . Compares this instance to a specified object and returns an indication of their relative values. A signed number indicating the relative values of this instance and . - Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than . - --or- - - is . + Return ValueDescriptionLess than zeroThis instance is less than .ZeroThis instance is equal to .Greater than zeroThis instance is greater than , or is . Greater than zero - The current object is a version subsequent to . - - -or- - - is . + The current object is a version subsequent to , or is . @@ -722,11 +718,7 @@ Greater than zero - The current object is a version subsequent to . - - -or- - - is . + The current object is a version subsequent to , or is . @@ -1670,11 +1662,7 @@ where `major`, `minor`, `build`, and `revision` are the string representations o An object to compare, or . Compares the current object to a specified object and returns an indication of their relative values. A signed integer that indicates the relative values of the two objects, as shown in the following table: - Return valueMeaningLess than zeroThe current object is a version before .ZeroThe current object is the same version as .Greater than zeroThe current object is a version subsequent to . - --or- - - is . + Return valueMeaningLess than zeroThe current object is a version before .ZeroThe current object is the same version as .Greater than zeroThe current object is a version subsequent to , or is .