~ruther/NosSmooth

7f214bbacbbacfb419e814aa7d3c5ee0dc6e1e07 — Rutherther 2 years ago 3a464a4 2023.4
docs: add optional wrapper present parameter documentation
1 files changed, 1 insertions(+), 0 deletions(-)

M Packets/NosSmooth.PacketSerializer.Abstractions/OptionalWrapper.cs
M Packets/NosSmooth.PacketSerializer.Abstractions/OptionalWrapper.cs => Packets/NosSmooth.PacketSerializer.Abstractions/OptionalWrapper.cs +1 -0
@@ 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.")]

Do not follow this link