Skip to content

Commit 7e2b7fe

Browse files
carlossanlopRon Petrusha
authored andcommitted
Port System.Linq.Expressions source comments to Docs (#2330)
* Port System.Linq.Expressions source comments to Docs * Apply suggestions from code review Suggested by rpetrusha
1 parent 1300017 commit 7e2b7fe

14 files changed

+56
-56
lines changed

xml/System.Linq.Expressions/DefaultExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" />
8181
</Parameters>
8282
<Docs>
83-
<param name="visitor">To be added.</param>
84-
<summary>To be added.</summary>
85-
<returns>To be added.</returns>
83+
<param name="visitor">The visitor to visit this node with.</param>
84+
<summary>Dispatches to the specific visit method for this node type.</summary>
85+
<returns>The result of visiting this node.</returns>
8686
<remarks>To be added.</remarks>
8787
</Docs>
8888
</Member>
@@ -162,4 +162,4 @@
162162
</Docs>
163163
</Member>
164164
</Members>
165-
</Type>
165+
</Type>

xml/System.Linq.Expressions/Expression`1.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;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;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.6;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
101101
</Parameters>
102102
<Docs>
103-
<param name="visitor">To be added.</param>
104-
<summary>To be added.</summary>
105-
<returns>To be added.</returns>
103+
<param name="visitor">The visitor to visit this node with.</param>
104+
<summary>Dispatches to the specific visit method for this node type.</summary>
105+
<returns>The result of visiting this node.</returns>
106106
<remarks>To be added.</remarks>
107107
</Docs>
108108
</Member>
@@ -280,4 +280,4 @@
280280
</Docs>
281281
</Member>
282282
</Members>
283-
</Type>
283+
</Type>

xml/System.Linq.Expressions/GotoExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" />
8181
</Parameters>
8282
<Docs>
83-
<param name="visitor">To be added.</param>
84-
<summary>To be added.</summary>
85-
<returns>To be added.</returns>
83+
<param name="visitor">The visitor to visit this node with.</param>
84+
<summary>Dispatches to the specific visit method for this node type.</summary>
85+
<returns>The result of visiting this node.</returns>
8686
<remarks>To be added.</remarks>
8787
</Docs>
8888
</Member>
@@ -323,4 +323,4 @@
323323
</Docs>
324324
</Member>
325325
</Members>
326-
</Type>
326+
</Type>

xml/System.Linq.Expressions/IndexExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" />
8585
</Parameters>
8686
<Docs>
87-
<param name="visitor">To be added.</param>
88-
<summary>To be added.</summary>
89-
<returns>To be added.</returns>
87+
<param name="visitor">The visitor to visit this node with.</param>
88+
<summary>Dispatches to the specific visit method for this node type.</summary>
89+
<returns>The result of visiting this node.</returns>
9090
<remarks>To be added.</remarks>
9191
</Docs>
9292
</Member>
@@ -394,4 +394,4 @@
394394
</Docs>
395395
</Member>
396396
</Members>
397-
</Type>
397+
</Type>

xml/System.Linq.Expressions/InvocationExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;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;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.6;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
9393
</Parameters>
9494
<Docs>
95-
<param name="visitor">To be added.</param>
96-
<summary>To be added.</summary>
97-
<returns>To be added.</returns>
95+
<param name="visitor">The visitor to visit this node with.</param>
96+
<summary>Dispatches to the specific visit method for this node type.</summary>
97+
<returns>The result of visiting this node.</returns>
9898
<remarks>To be added.</remarks>
9999
</Docs>
100100
</Member>
@@ -368,4 +368,4 @@
368368
</Docs>
369369
</Member>
370370
</Members>
371-
</Type>
371+
</Type>

xml/System.Linq.Expressions/LabelExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" />
7171
</Parameters>
7272
<Docs>
73-
<param name="visitor">To be added.</param>
74-
<summary>To be added.</summary>
75-
<returns>To be added.</returns>
73+
<param name="visitor">The visitor to visit this node with.</param>
74+
<summary>Dispatches to the specific visit method for this node type.</summary>
75+
<returns>The result of visiting this node.</returns>
7676
<remarks>To be added.</remarks>
7777
</Docs>
7878
</Member>
@@ -268,4 +268,4 @@
268268
</Docs>
269269
</Member>
270270
</Members>
271-
</Type>
271+
</Type>

xml/System.Linq.Expressions/ListInitExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;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;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.6;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
8989
</Parameters>
9090
<Docs>
91-
<param name="visitor">To be added.</param>
92-
<summary>To be added.</summary>
93-
<returns>To be added.</returns>
91+
<param name="visitor">The visitor to visit this node with.</param>
92+
<summary>Dispatches to the specific visit method for this node type.</summary>
93+
<returns>The result of visiting this node.</returns>
9494
<remarks>To be added.</remarks>
9595
</Docs>
9696
</Member>
@@ -368,4 +368,4 @@
368368
</Docs>
369369
</Member>
370370
</Members>
371-
</Type>
371+
</Type>

xml/System.Linq.Expressions/LoopExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" />
8181
</Parameters>
8282
<Docs>
83-
<param name="visitor">To be added.</param>
84-
<summary>To be added.</summary>
85-
<returns>To be added.</returns>
83+
<param name="visitor">The visitor to visit this node with.</param>
84+
<summary>Dispatches to the specific visit method for this node type.</summary>
85+
<returns>The result of visiting this node.</returns>
8686
<remarks>To be added.</remarks>
8787
</Docs>
8888
</Member>
@@ -320,4 +320,4 @@
320320
</Docs>
321321
</Member>
322322
</Members>
323-
</Type>
323+
</Type>

xml/System.Linq.Expressions/MemberInitExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;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;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.6;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
8989
</Parameters>
9090
<Docs>
91-
<param name="visitor">To be added.</param>
92-
<summary>To be added.</summary>
93-
<returns>To be added.</returns>
91+
<param name="visitor">The visitor to visit this node with.</param>
92+
<summary>Dispatches to the specific visit method for this node type.</summary>
93+
<returns>The result of visiting this node.</returns>
9494
<remarks>To be added.</remarks>
9595
</Docs>
9696
</Member>
@@ -368,4 +368,4 @@
368368
</Docs>
369369
</Member>
370370
</Members>
371-
</Type>
371+
</Type>

xml/System.Linq.Expressions/RuntimeVariablesExpression.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<Parameter Name="visitor" Type="System.Linq.Expressions.ExpressionVisitor" />
7878
</Parameters>
7979
<Docs>
80-
<param name="visitor">To be added.</param>
81-
<summary>To be added.</summary>
82-
<returns>To be added.</returns>
80+
<param name="visitor">The visitor to visit this node with.</param>
81+
<summary>Dispatches to the specific visit method for this node type.</summary>
82+
<returns>The result of visiting this node.</returns>
8383
<remarks>To be added.</remarks>
8484
</Docs>
8585
</Member>
@@ -233,4 +233,4 @@
233233
</Docs>
234234
</Member>
235235
</Members>
236-
</Type>
236+
</Type>

0 commit comments

Comments
 (0)