Skip to content

Commit

Permalink
Update NullabilityInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 17, 2024
1 parent 7f99487 commit 44de6a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Polyfill/Nullability/NullabilityInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ namespace System.Reflection;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using Link = System.ComponentModel.DescriptionAttribute;

/// <summary>
/// A class that represents nullability info
/// </summary>
[DebuggerNonUserCode]
[ExcludeFromCodeCoverage]
[Link("https://learn.microsoft.com/en-us/dotnet/api/system.reflection.nullabilityinfo?view=net-8.0")]
#if PolyPublic
public
#endif
Expand Down

0 comments on commit 44de6a4

Please sign in to comment.