terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Newtonsoft.Json.JsonArrayAttribute Class Referencesealed
+ Inheritance diagram for Newtonsoft.Json.JsonArrayAttribute:

Public Member Functions

 JsonArrayAttribute ()
 
 JsonArrayAttribute (bool allowNullItems)
 
 JsonArrayAttribute (string id)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
virtual bool Match (object obj)
 
virtual bool IsDefaultAttribute ()
 

Static Public Member Functions

static Attribute[] GetCustomAttributes (MemberInfo element, Type type)
 
static Attribute[] GetCustomAttributes (MemberInfo element, Type type, bool inherit)
 
static Attribute[] GetCustomAttributes (MemberInfo element, bool inherit)
 
static Attribute[] GetCustomAttributes (ParameterInfo element, Type attributeType, bool inherit)
 
static Attribute[] GetCustomAttributes (ParameterInfo element, bool inherit)
 
static Attribute[] GetCustomAttributes (Module element, bool inherit)
 
static Attribute[] GetCustomAttributes (Module element, Type attributeType, bool inherit)
 
static Attribute[] GetCustomAttributes (Assembly element, Type attributeType)
 
static Attribute[] GetCustomAttributes (Assembly element, Type attributeType, bool inherit)
 
static Attribute[] GetCustomAttributes (Assembly element)
 
static Attribute[] GetCustomAttributes (Assembly element, bool inherit)
 
static bool IsDefined (MemberInfo element, Type attributeType)
 
static bool IsDefined (MemberInfo element, Type attributeType, bool inherit)
 
static Attribute GetCustomAttribute (MemberInfo element, Type attributeType, bool inherit)
 
static Attribute GetCustomAttribute (Assembly element, Type attributeType)
 
static Attribute GetCustomAttribute (Assembly element, Type attributeType, bool inherit)
 

Package Attributes

bool? _isReference
 
bool? _itemIsReference
 
ReferenceLoopHandling_itemReferenceLoopHandling
 
TypeNameHandling_itemTypeNameHandling
 

Properties

bool AllowNullItems [get, set]
 
string Id [get, set]
 
string Title [get, set]
 
string Description [get, set]
 
Type ItemConverterType [get, set]
 
object[] ItemConverterParameters [get, set]
 
bool IsReference [get, set]
 
bool ItemIsReference [get, set]
 
ReferenceLoopHandling ItemReferenceLoopHandling [get, set]
 
TypeNameHandling ItemTypeNameHandling [get, set]
 
virtual object TypeId [get]
 

Static Private Member Functions

static Attribute[] InternalGetCustomAttributes (PropertyInfo element, Type type, bool inherit)
 
static Attribute[] InternalGetCustomAttributes (EventInfo element, Type type, bool inherit)
 
static Attribute[] InternalParamGetCustomAttributes (ParameterInfo parameter, Type attributeType, bool inherit)
 
static bool InternalIsDefined (PropertyInfo element, Type attributeType, bool inherit)
 
static bool InternalIsDefined (EventInfo element, Type attributeType, bool inherit)
 
static bool AreFieldValuesEqual (object thisValue, object thatValue)
 

Private Attributes

bool _allowNullItems
 
string< Idk__BackingField
 
string< Titlek__BackingField
 
string< Descriptionk__BackingField
 
Type< ItemConverterTypek__BackingField
 
object[]< ItemConverterParametersk__BackingField
 

Detailed Description

Definition at line 9 of file JsonArrayAttribute.cs.


The documentation for this class was generated from the following file: