initial commit

This commit is contained in:
i2p
2026-08-27 10:56:38 -06:00
commit 2e2fbbdb3c
4538 changed files with 820183 additions and 0 deletions
@@ -0,0 +1,10 @@
using System;
using System.ComponentModel;
namespace ProtoBuf;
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
[ImmutableObject(true)]
public sealed class ProtoBeforeSerializationAttribute : Attribute
{
}