Skip to content

Commit

Permalink
Adds docs link to System.Threading.Lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Sep 3, 2024
1 parent e571bf4 commit a2b64cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PolyShim/Net90/Lock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace System.Threading;

// https://learn.microsoft.com/en-us/dotnet/api/system.threading.lock
internal partial class Lock
{
#if (NETCOREAPP) || (NETFRAMEWORK && NET45_OR_GREATER) || (NETSTANDARD)
Expand Down

0 comments on commit a2b64cb

Please sign in to comment.