From 7f214bbacbbacfb419e814aa7d3c5ee0dc6e1e07 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 8 Jan 2023 09:31:26 +0100 Subject: [PATCH] docs: add optional wrapper present parameter documentation --- .../NosSmooth.PacketSerializer.Abstractions/OptionalWrapper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Packets/NosSmooth.PacketSerializer.Abstractions/OptionalWrapper.cs b/Packets/NosSmooth.PacketSerializer.Abstractions/OptionalWrapper.cs index 50b9356..4ed6708 100644 --- a/Packets/NosSmooth.PacketSerializer.Abstractions/OptionalWrapper.cs +++ b/Packets/NosSmooth.PacketSerializer.Abstractions/OptionalWrapper.cs @@ -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. /// +/// Whether the value is present in the packet. (to differentiate between null and not present.) /// The value. /// The underlying type. [SuppressMessage("StyleCop.CSharp.NamingRules", "SA1313:Parameter names should begin with lower-case letter", Justification = "Fix this, this should not happen.")] -- 2.49.0