Skip to content

Commit

Permalink
Document the type parameter for DelegatingConverterBase
Browse files Browse the repository at this point in the history
Fixes #101
  • Loading branch information
jskeet committed Feb 11, 2024
1 parent fc48864 commit 0d01b03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ namespace NodaTime.Serialization.SystemTextJson
/// }
/// </code>
/// </example>
/// <typeparam name="T">The type of object or value handled by the converter.</typeparam>
public abstract class DelegatingConverterBase<T> : JsonConverter<T>
{
private readonly JsonConverter<T> original;
Expand Down

0 comments on commit 0d01b03

Please sign in to comment.