13 lines
277 B
C#
13 lines
277 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Newtonsoft.Json
|
|
{
|
|
// Token: 0x02000017 RID: 23
|
|
[Token(Token = "0x2000017")]
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)]
|
|
public sealed class JsonDictionaryAttribute : JsonContainerAttribute
|
|
{
|
|
}
|
|
}
|