using System; using Cpp2IlInjected; namespace System.Diagnostics.Tracing { /// Specifies a property should be ignored when writing an event type with the method. // Token: 0x02000654 RID: 1620 [Token(Token = "0x2000654")] [AttributeUsage(AttributeTargets.Property)] public class EventIgnoreAttribute : Attribute { } }