1 2 3 4 5 6 7 8 9 10 11
using System; using System.ComponentModel; namespace ProtoBuf { [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] [ImmutableObject(true)] public sealed class ProtoAfterDeserializationAttribute : Attribute { } }