Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Nov 18, 2023
1 parent 5f6fb2f commit 0c5dddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,6 @@ namespace nietras.SeparatedValues
public T Parse<T>()
where T : System.ISpanParsable<T> { }
public override string ToString() { }
public string ToStringRaw() { }
public T? TryParse<T>()
where T : struct, System.ISpanParsable<T> { }
public bool TryParse<T>(out T value)
Expand Down

0 comments on commit 0c5dddf

Please sign in to comment.