Skip to content

Commit

Permalink
UPDATED: System.HashCode.cs
Browse files Browse the repository at this point in the history
 a using.
-NET Foundation license pragma warning restore Added an else block attribute.
  • Loading branch information
dgmjr committed Nov 4, 2023
1 parent 8f2bf4f commit f06b34c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/System/HashCode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#if !NETSTANDARD2_1_OR_GREATER
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

Expand Down Expand Up @@ -460,4 +461,6 @@ public override bool Equals(object? obj) =>
#pragma warning restore 0809
}
}
#else
// [assembly: TypeForwardedTo(typeof(System.HashCode))]
#endif

0 comments on commit f06b34c

Please sign in to comment.