13 lines
272 B
C#
13 lines
272 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Newtonsoft.Json
|
|
{
|
|
// Token: 0x02000010 RID: 16
|
|
[Token(Token = "0x2000010")]
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)]
|
|
public sealed class JsonArrayAttribute : JsonContainerAttribute
|
|
{
|
|
}
|
|
}
|