Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

14 lines
480 B
C#

using System;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
/// <summary>Specifies a property should be ignored when writing an event type with the <see cref="M:System.Diagnostics.Tracing.EventSource.Write``1(System.String,System.Diagnostics.Tracing.EventSourceOptions@,``0@)" /> method.</summary>
// Token: 0x02000654 RID: 1620
[Token(Token = "0x2000654")]
[AttributeUsage(AttributeTargets.Property)]
public class EventIgnoreAttribute : Attribute
{
}
}