Skip to content

Commit 5f8b34d

Browse files
committed
Undo virtual properties
1 parent 9204e7f commit 5f8b34d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

xml/System.Reflection/Assembly.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,11 +3628,7 @@ This property is marked obsolete starting in .NET 5, and generates a compile-tim
36283628
</ReturnValue>
36293629
<Docs>
36303630
<summary>Gets the host context with which the assembly was loaded.</summary>
3631-
<value>
3632-
.NET Framework only: An <see cref="T:System.Int64" /> value that indicates the host context with which the assembly was loaded, if any.
3633-
3634-
.NET Core and .NET 5+: 0 in all cases.
3635-
</value>
3631+
<value>An <see cref="T:System.Int64" /> value that indicates the host context with which the assembly was loaded, if any.</value>
36363632
<remarks>To be added.</remarks>
36373633
</Docs>
36383634
</Member>
@@ -6330,11 +6326,7 @@ In .NET 5 and later versions, for bundled assemblies, the value returned is an e
63306326
</ReturnValue>
63316327
<Docs>
63326328
<summary>Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly.</summary>
6333-
<value>
6334-
.NET Framework only: The security rule set that the CLR enforces for this assembly.
6335-
6336-
.NET Core and .NET 5+: <see cref="E:System.Security.SecurityRuleSet.None" /> in all cases.
6337-
</value>
6329+
<value>The security rule set that the CLR enforces for this assembly.</value>
63386330
<remarks>
63396331
<format type="text/markdown"><![CDATA[
63406332

0 commit comments

Comments
 (0)