Skip to content

Commit

Permalink
docs: add optional wrapper present parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutherther committed Jan 8, 2023
1 parent 3a464a4 commit 7f214bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace NosSmooth.PacketSerializer.Abstractions;
/// The converter of underlying type will be called
/// if and only if the value is not null.
/// </summary>
/// <param name="Present">Whether the value is present in the packet. (to differentiate between null and not present.)</param>
/// <param name="Value">The value.</param>
/// <typeparam name="T">The underlying type.</typeparam>
[SuppressMessage("StyleCop.CSharp.NamingRules", "SA1313:Parameter names should begin with lower-case letter", Justification = "Fix this, this should not happen.")]
Expand Down

0 comments on commit 7f214bb

Please sign in to comment.