Skip to content

Merge master into live #4071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main()
Console::Write( "Waiting for a connection... " );

// Perform a blocking call to accept requests.
// You could also user server.AcceptSocket() here.
// You could also use server.AcceptSocket() here.
TcpClient^ client = server->AcceptTcpClient();
Console::WriteLine( "Connected!" );
data = nullptr;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void main()
Console::Write( "Waiting for a connection... " );

// Perform a blocking call to accept requests.
// You could also user server.AcceptSocket() here.
// You could also use server.AcceptSocket() here.
TcpClient^ client = server->AcceptTcpClient();
Console::WriteLine( "Connected!" );
data = nullptr;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static void Main(string[] args)
Console.Write("Waiting for a connection... ");

// Perform a blocking call to accept requests.
// You could also user server.AcceptSocket() here.
// You could also use server.AcceptSocket() here.
TcpClient client = server.AcceptTcpClient();
Console.WriteLine("Connected!");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static void Main()
Console.Write("Waiting for a connection... ");

// Perform a blocking call to accept requests.
// You could also user server.AcceptSocket() here.
// You could also use server.AcceptSocket() here.
TcpClient client = server.AcceptTcpClient();
Console.WriteLine("Connected!");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Class MyTcpListener
Console.Write("Waiting for a connection... ")

' Perform a blocking call to accept requests.
' You could also user server.AcceptSocket() here.
' You could also use server.AcceptSocket() here.
Dim client As TcpClient = server.AcceptTcpClient()
Console.WriteLine("Connected!")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Class MyTcpListener
Console.Write("Waiting for a connection... ")

' Perform a blocking call to accept requests.
' You could also user server.AcceptSocket() here.
' You could also use server.AcceptSocket() here.
Dim client As TcpClient = server.AcceptTcpClient()
Console.WriteLine("Connected!")

Expand Down
20 changes: 10 additions & 10 deletions xml/Microsoft.VisualBasic.Compatibility.VB6/Support.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2283,9 +2283,9 @@
<Parameter Name="X" Type="System.Double" />
</Parameters>
<Docs>
<param name="X">A <see langword="Double" /> that contains the X coordinate to convert.</param>
<param name="X">A <see cref="T:System.Double" /> that contains the X coordinate to convert.</param>
<summary>Converts an X coordinate from pixels to twips.</summary>
<returns>A <see langword="Double" /> that contains the X coordinate expressed in twips.</returns>
<returns>A <see cref="T:System.Double" /> that contains the X coordinate expressed in twips.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2324,9 +2324,9 @@
<Parameter Name="Y" Type="System.Double" />
</Parameters>
<Docs>
<param name="Y">A <see langword="Double" /> that contains the Y coordinate to convert.</param>
<param name="Y">A <see cref="T:System.Double" /> that contains the Y coordinate to convert.</param>
<summary>Converts a Y coordinate from pixels to twips.</summary>
<returns>A <see langword="Double" /> that contains the Y coordinate expressed in twips.</returns>
<returns>A <see cref="T:System.Double" /> that contains the Y coordinate expressed in twips.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -3035,7 +3035,7 @@
<Parameters />
<Docs>
<summary>Gets a value that is used to convert twips to pixels based on screen settings.</summary>
<returns>A <see langword="Double" /> that contains the conversion factor.</returns>
<returns>A <see cref="T:System.Double" /> that contains the conversion factor.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -3073,7 +3073,7 @@
<Parameters />
<Docs>
<summary>Gets a value that is used to convert twips to pixels based on screen settings.</summary>
<returns>A <see langword="Double" /> that contains the conversion factor.</returns>
<returns>A <see cref="T:System.Double" /> that contains the conversion factor.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -3112,9 +3112,9 @@
<Parameter Name="X" Type="System.Double" />
</Parameters>
<Docs>
<param name="X">A <see langword="Double" /> that contains the X coordinate to convert.</param>
<param name="X">A <see cref="T:System.Double" /> that contains the X coordinate to convert.</param>
<summary>Converts an X coordinate from twips to pixels.</summary>
<returns>A <see langword="Double" /> that contains the X coordinate expressed in pixels.</returns>
<returns>A <see cref="T:System.Double" /> that contains the X coordinate expressed in pixels.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -3153,9 +3153,9 @@
<Parameter Name="Y" Type="System.Double" />
</Parameters>
<Docs>
<param name="Y">A <see langword="Double" /> that contains the X coordinate to convert.</param>
<param name="Y">A <see cref="T:System.Double" /> that contains the X coordinate to convert.</param>
<summary>Converts a Y coordinate from twips to pixels.</summary>
<returns>A <see langword="Double" /> that contains the Y coordinate expressed in pixels.</returns>
<returns>A <see cref="T:System.Double" /> that contains the Y coordinate expressed in pixels.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
12 changes: 6 additions & 6 deletions xml/Microsoft.VisualBasic.CompilerServices/Conversions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
<Docs>
<param name="Value">The object to convert.</param>
<summary>Converts an object to a <see cref="T:System.Double" /> value.</summary>
<returns>The <see langword="Double" /> value of the object.</returns>
<returns>The <see cref="T:System.Double" /> value of the object.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -795,7 +795,7 @@
<Docs>
<param name="Value">The string to convert.</param>
<summary>Converts a string to a <see cref="T:System.Double" /> value.</summary>
<returns>The <see langword="Double" /> value of the string.</returns>
<returns>The <see cref="T:System.Double" /> value of the string.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1444,9 +1444,9 @@
<Parameter Name="Value" Type="System.Double" />
</Parameters>
<Docs>
<param name="Value">The <see langword="Double" /> value to convert.</param>
<param name="Value">The <see cref="T:System.Double" /> value to convert.</param>
<summary>Converts a <see cref="T:System.Double" /> value to a <see cref="T:System.String" /> value.</summary>
<returns>The <see langword="String" /> representation of the <see langword="Double" /> value.</returns>
<returns>The string representation of the <see cref="T:System.Double" /> value.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1761,10 +1761,10 @@
<Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" Index="1" FrameworkAlternate="netcore-3.0;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netcore-3.1;net-5.0" />
</Parameters>
<Docs>
<param name="Value">The <see langword="Double" /> value to convert.</param>
<param name="Value">The <see cref="T:System.Double" /> value to convert.</param>
<param name="NumberFormat">The number format to use, according to <see cref="T:System.Globalization.NumberFormatInfo" />.</param>
<summary>Converts a <see cref="T:System.Double" /> value to a <see cref="T:System.String" /> value, using the specified number format.</summary>
<returns>The <see langword="String" /> representation of the <see langword="Double" /> value.</returns>
<returns>The string representation of the <see cref="T:System.Double" /> value.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
42 changes: 21 additions & 21 deletions xml/Microsoft.VisualBasic.CompilerServices/DoubleType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified object and optional number format information.</summary>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified object and optional number format information.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -95,9 +95,9 @@
<Parameter Name="Value" Type="System.Object" />
</Parameters>
<Docs>
<param name="Value">Required. Object to convert to a <see langword="Double" /> value.</param>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified object.</summary>
<returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns>
<param name="Value">Required. Object to convert to a <see cref="T:System.Double" /> value.</param>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified object.</summary>
<returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -139,10 +139,10 @@
<Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" />
</Parameters>
<Docs>
<param name="Value">Required. Object to convert to a <see langword="Double" /> value.</param>
<param name="Value">Required. Object to convert to a <see cref="T:System.Double" /> value.</param>
<param name="NumberFormat">A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.</param>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified object.</summary>
<returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified object.</summary>
<returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand All @@ -160,7 +160,7 @@
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified string and optional number format information.</summary>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string and optional number format information.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -205,9 +205,9 @@
<Parameter Name="Value" Type="System.String" />
</Parameters>
<Docs>
<param name="Value">Required. String to convert to a <see langword="Double" /> value.</param>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified string.</summary>
<returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns>
<param name="Value">Required. String to convert to a <see cref="T:System.Double" /> value.</param>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string.</summary>
<returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -249,10 +249,10 @@
<Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" />
</Parameters>
<Docs>
<param name="Value">Required. String to convert to a <see langword="Double" /> value.</param>
<param name="Value">Required. String to convert to a <see cref="T:System.Double" /> value.</param>
<param name="NumberFormat">A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.</param>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified string and number format information.</summary>
<returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string and number format information.</summary>
<returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand All @@ -270,7 +270,7 @@
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified string and optional number format information.</summary>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string and optional number format information.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -315,9 +315,9 @@
<Parameter Name="Value" Type="System.String" />
</Parameters>
<Docs>
<param name="Value">Required. String to convert to a <see langword="Double" /> value.</param>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified string.</summary>
<returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns>
<param name="Value">Required. String to convert to a <see cref="T:System.Double" /> value.</param>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string.</summary>
<returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -359,10 +359,10 @@
<Parameter Name="NumberFormat" Type="System.Globalization.NumberFormatInfo" />
</Parameters>
<Docs>
<param name="Value">Required. String to convert to a <see langword="Double" /> value.</param>
<param name="Value">Required. String to convert to a <see cref="T:System.Double" /> value.</param>
<param name="NumberFormat">A <see cref="T:System.Globalization.NumberFormatInfo" /> object that defines how numeric values are formatted and displayed, depending on the culture.</param>
<summary>Returns a <see langword="Double" /> value that corresponds to the specified string and number format information.</summary>
<returns>The <see langword="Double" /> value corresponding to <paramref name="Value" />.</returns>
<summary>Returns a <see cref="T:System.Double" /> value that corresponds to the specified string and number format information.</summary>
<returns>The <see cref="T:System.Double" /> value corresponding to <paramref name="Value" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
6 changes: 3 additions & 3 deletions xml/Microsoft.VisualBasic.CompilerServices/FlowControl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@
<Parameter Name="StepValue" Type="System.Double" />
</Parameters>
<Docs>
<param name="count">Required. A <see langword="Double" /> value that represents the initial value passed for the loop counter variable.</param>
<param name="limit">Required. A <see langword="Double" /> value that represents the value passed by using the <see langword="To" /> keyword.</param>
<param name="StepValue">Required. A <see langword="Double" /> value that represents the value passed by using the <see langword="Step" /> keyword.</param>
<param name="count">Required. A <see cref="T:System.Double" /> value that represents the initial value passed for the loop counter variable.</param>
<param name="limit">Required. A <see cref="T:System.Double" /> value that represents the value passed by using the <see langword="To" /> keyword.</param>
<param name="StepValue">Required. A <see cref="T:System.Double" /> value that represents the value passed by using the <see langword="Step" /> keyword.</param>
<summary>Checks for valid values for the loop counter, <see langword="Step" />, and <see langword="To" /> values.</summary>
<returns>
<see langword="True" /> if <paramref name="StepValue" /> is greater than zero and <paramref name="count" /> is less than or equal to <paramref name="limit" />, or if <paramref name="StepValue" /> is less than or equal to zero and <paramref name="count" /> is greater than or equal to <paramref name="limit" />; otherwise, <see langword="False" />.</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@
<Parameter Name="StepValue" Type="System.Double" />
</Parameters>
<Docs>
<param name="count">Required. A <see langword="Double" /> value that represents the initial value passed for the loop counter variable.</param>
<param name="limit">Required. A <see langword="Double" /> value that represents the value passed by using the <see langword="To" /> keyword.</param>
<param name="StepValue">Required. A <see langword="Double" /> value that represents the value passed by using the <see langword="Step" /> keyword.</param>
<param name="count">Required. A <see cref="T:System.Double" /> value that represents the initial value passed for the loop counter variable.</param>
<param name="limit">Required. A <see cref="T:System.Double" /> value that represents the value passed by using the <see langword="To" /> keyword.</param>
<param name="StepValue">Required. A <see cref="T:System.Double" /> value that represents the value passed by using the <see langword="Step" /> keyword.</param>
<summary>Checks for valid values for the loop counter, <see langword="Step" />, and <see langword="To" /> values.</summary>
<returns>
<see langword="True" /> if <paramref name="StepValue" /> is greater than zero and <paramref name="count" /> is less than or equal to <paramref name="limit" />, or if <paramref name="StepValue" /> is less than or equal to zero and <paramref name="count" /> is greater than or equal to <paramref name="limit" />; otherwise, <see langword="False" />.</returns>
Expand Down
Loading