You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Linq.Expressions/Expression.xml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2272,7 +2272,7 @@ The following code example shows how to create an expression that adds two integ
2272
2272
2273
2273
-or-
2274
2274
2275
-
<paramref name="expression" />.Type is not assignable to the type of the field or property that <paramref name="member" /> represents.</exception>
2275
+
<paramref name="expression" />.Type is not assignable to the type of the field or property that the member represents.</exception>
2276
2276
</Docs>
2277
2277
</Member>
2278
2278
<MemberGroup MemberName="Block">
@@ -10656,19 +10656,19 @@ As with `Func`, the last argument is the return type. It can be set to `System.V
10656
10656
10657
10657
One or more elements in <paramref name="parameters" /> are <see langword="null" />.</exception>
10658
10658
<exception cref="T:System.ArgumentException">
10659
-
<paramref name="TDelegate" /> is not a delegate type.
10659
+
<typeparamref name="TDelegate" /> /> is not a delegate type.
10660
10660
10661
10661
-or-
10662
10662
10663
-
<paramref name="body" />.Type represents a type that is not assignable to the return type of <paramref name="TDelegate" />.
10663
+
<paramref name="body" />.Type represents a type that is not assignable to the return type of <typeparamref name="TDelegate" /> />.
10664
10664
10665
10665
-or-
10666
10666
10667
-
<paramref name="parameters" /> does not contain the same number of elements as the list of parameters for <paramref name="TDelegate" />.
10667
+
<paramref name="parameters" /> does not contain the same number of elements as the list of parameters for <typeparamref name="TDelegate" /> />.
10668
10668
10669
10669
-or-
10670
10670
10671
-
The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="parameters" /> is not assignable from the type of the corresponding parameter type of <paramref name="TDelegate" />.</exception>
10671
+
The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="parameters" /> is not assignable from the type of the corresponding parameter type of <typeparamref name="TDelegate" /> />.</exception>
10672
10672
</Docs>
10673
10673
</Member>
10674
10674
<Member MemberName="Lambda<TDelegate>">
@@ -10758,19 +10758,19 @@ As with `Func`, the last argument is the return type. It can be set to `System.V
10758
10758
10759
10759
One or more elements in <paramref name="parameters" /> are <see langword="null" />.</exception>
10760
10760
<exception cref="T:System.ArgumentException">
10761
-
<paramref name="TDelegate" /> is not a delegate type.
10761
+
<typeparamref name="TDelegate" /> /> is not a delegate type.
10762
10762
10763
10763
-or-
10764
10764
10765
-
<paramref name="body" />.Type represents a type that is not assignable to the return type of <paramref name="TDelegate" />.
10765
+
<paramref name="body" />.Type represents a type that is not assignable to the return type of <typeparamref name="TDelegate" /> />.
10766
10766
10767
10767
-or-
10768
10768
10769
-
<paramref name="parameters" /> does not contain the same number of elements as the list of parameters for <paramref name="TDelegate" />.
10769
+
<paramref name="parameters" /> does not contain the same number of elements as the list of parameters for <typeparamref name="TDelegate" /> />.
10770
10770
10771
10771
-or-
10772
10772
10773
-
The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="parameters" /> is not assignable from the type of the corresponding parameter type of <paramref name="TDelegate" />.</exception>
10773
+
The <see cref="P:System.Linq.Expressions.Expression.Type" /> property of an element of <paramref name="parameters" /> is not assignable from the type of the corresponding parameter type of <typeparamref name="TDelegate" /> />.</exception>
0 commit comments