You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Message Importance="High" Text="NOTE: Building $(MSBuildProjectFile) does NOTHING, docs are built using the docfx tool. This project is simply a convenient placeholder for organizing/editing files" />
Copy file name to clipboardExpand all lines: src/Ubiquity.NET.CodeAnalysis.Utils/EquatableAttributeData.cs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public EquatableAttributeData( AttributeData data )
44
44
45
45
/// <summary>Gets the constant for a named argument</summary>
46
46
/// <param name="argName">Name of the argument to fetch</param>
47
-
/// <returns>Optional value for the named argument (<see cref="Optional.HasValue"/> is false if <paramref name="argName"/> isn't provided)</returns>
47
+
/// <returns>Optional value for the named argument (<see cref="Optional{T}.HasValue"/> is false if <paramref name="argName"/> isn't provided)</returns>
0 commit comments