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