initial commit
This commit is contained in:
+10
@@ -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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user