Skip to content

Commit

Permalink
Remove the obsolete part
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Nov 11, 2024
1 parent 2a6af61 commit 77ae081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HtmlAgilityPack.Shared/HtmlNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,6 @@ public bool GetAttributeValue(string name, bool def)
/// <param name="name">The name of the attribute to get. May not be <c>null</c>.</param>
/// <param name="def">The default value to return if not found.</param>
/// <returns>The value of the attribute if found, the default value if not found.</returns>
[Obsolete("Use GetAttributeValue with an explicit custom parser for AOT compatibility")]
public T GetAttributeValue<T>(string name, T def)
{
if (name == null)
Expand Down

0 comments on commit 77ae081

Please sign in to comment.