Skip to content

Commit 5932322

Browse files
committed
missing parentheses
1 parent 593ee71 commit 5932322

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

xml/System/Delegate.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ For examples, see [Supplemental API remarks for System.Delegate.CreateDelegate](
292292

293293
<paramref name="method" /> is <see langword="null" />.</exception>
294294
<exception cref="T:System.ArgumentException">
295-
<paramref name="target" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
295+
<paramref name="target" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
296296

297297
-or-
298298

@@ -731,15 +731,15 @@ For more information about this API, see [Supplemental API remarks for System.De
731731

732732
-or-
733733

734-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
734+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
735735

736736
-or-
737737

738738
<paramref name="method" /> cannot be bound.
739739

740740
-or-
741741

742-
<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).</exception>
742+
<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).</exception>
743743
<exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
744744
<exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
745745
<altmember cref="T:System.Type" />
@@ -825,15 +825,15 @@ For more information about this API, see [Supplemental API remarks for System.De
825825

826826
-or-
827827

828-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
828+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
829829

830830
-or-
831831

832832
<paramref name="method" /> cannot be bound.
833833

834834
-or-
835835

836-
<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).</exception>
836+
<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).</exception>
837837
<exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
838838
<exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
839839
<altmember cref="T:System.Type" />
@@ -918,7 +918,7 @@ For more information about this API, see [Supplemental API remarks for System.De
918918

919919
-or-
920920

921-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
921+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
922922

923923
-or-
924924

@@ -1011,15 +1011,15 @@ For examples, see [Supplemental API remarks for System.Delegate.CreateDelegate](
10111011

10121012
-or-
10131013

1014-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
1014+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
10151015

10161016
-or-
10171017

10181018
<paramref name="method" /> cannot be bound, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.
10191019

10201020
-or-
10211021

1022-
<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).</exception>
1022+
<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).</exception>
10231023
<exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
10241024
<exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
10251025
<altmember cref="T:System.Type" />
@@ -1111,7 +1111,7 @@ For examples, see [Supplemental API remarks for System.Delegate.CreateDelegate](
11111111

11121112
-or-
11131113

1114-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
1114+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
11151115

11161116
-or-
11171117

@@ -1217,15 +1217,15 @@ For more information and examples, see [Supplemental API remarks for System.Dele
12171217

12181218
-or-
12191219

1220-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
1220+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
12211221

12221222
-or-
12231223

12241224
<paramref name="method" /> cannot be bound, and <paramref name="throwOnBindFailure" /> is <see langword="true" />.
12251225

12261226
-or-
12271227

1228-
<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).</exception>
1228+
<paramref name="method" /> is not a <see langword="RuntimeMethodInfo" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).</exception>
12291229
<exception cref="T:System.MissingMethodException">The <see langword="Invoke" /> method of <paramref name="type" /> is not found.</exception>
12301230
<exception cref="T:System.MethodAccessException">The caller does not have the permissions necessary to access <paramref name="method" />.</exception>
12311231
<altmember cref="T:System.Type" />
@@ -1312,7 +1312,7 @@ For more information and examples, see [Supplemental API remarks for System.Dele
13121312

13131313
-or-
13141314

1315-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
1315+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
13161316

13171317
-or-
13181318

@@ -1413,7 +1413,7 @@ For more information and examples, see [Supplemental API remarks for System.Dele
14131413

14141414
-or-
14151415

1416-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
1416+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
14171417

14181418
-or-
14191419

@@ -1521,7 +1521,7 @@ For more information and examples, see [Supplemental API remarks for System.Dele
15211521

15221522
-or-
15231523

1524-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
1524+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
15251525

15261526
-or-
15271527

@@ -1628,7 +1628,7 @@ For more information and examples, see [Supplemental API remarks for System.Dele
16281628

16291629
-or-
16301630

1631-
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100">Runtime Types in Reflection</see>).
1631+
<paramref name="type" /> is not a <see langword="RuntimeType" />. See <see href="/previous-versions/dotnet/netframework-4.0/ms172329(v=vs.100)">Runtime Types in Reflection</see>).
16321632

16331633
-or-
16341634

0 commit comments

Comments
 (0)