14 lines
480 B
C#
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: 0x02000633 RID: 1587
|
|
[Token(Token = "0x2000633")]
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class EventIgnoreAttribute : Attribute
|
|
{
|
|
}
|
|
}
|