13 lines
261 B
C#
13 lines
261 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Newtonsoft.Json
|
|
{
|
|
// Token: 0x02000020 RID: 32
|
|
[Token(Token = "0x2000020")]
|
|
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
|
public sealed class JsonRequiredAttribute : Attribute
|
|
{
|
|
}
|
|
}
|