terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Newtonsoft.Json.Linq.JConstructor Class Reference
+ Inheritance diagram for Newtonsoft.Json.Linq.JConstructor:
+ Collaboration diagram for Newtonsoft.Json.Linq.JConstructor:

Public Member Functions

 JConstructor ()
 
 JConstructor (JConstructor other)
 
 JConstructor (string name, params object[] content)
 
 JConstructor (string name, object content)
 
 JConstructor (string name)
 
override void WriteTo (JsonWriter writer, params JsonConverter[] converters)
 
override JEnumerable< JTokenChildren ()
 
override IEnumerable< TValues< T > ()
 
IEnumerable< JTokenDescendants ()
 
IEnumerable< JTokenDescendantsAndSelf ()
 
virtual void Add (object content)
 
void Add (T item)
 
void Add (T item)
 
void AddFirst (object content)
 
JsonWriter CreateWriter ()
 
void ReplaceAll (object content)
 
void RemoveAll ()
 
void Merge (object content)
 
void Merge (object content, JsonMergeSettings settings)
 
int IndexOf (T item)
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
void Insert (int index, T item)
 
bool Contains (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
void CopyTo (global::System.Array array, int index)
 
void CopyTo (T[] array, int arrayIndex)
 
void Remove ()
 
bool Remove (T item)
 
bool Remove (T item)
 
void AddAfterSelf (object content)
 
void AddBeforeSelf (object content)
 
IEnumerable< JTokenAncestors ()
 
IEnumerable< JTokenAncestorsAndSelf ()
 
IEnumerable< JTokenAfterSelf ()
 
IEnumerable< JTokenBeforeSelf ()
 
virtual T Value< T > (object key)
 
JEnumerable< TChildren< T > ()
 
void Replace (JToken value)
 
override string ToString ()
 
string ToString (Formatting formatting, params JsonConverter[] converters)
 
IEnumerator< TGetEnumerator ()
 
IEnumerator< TGetEnumerator ()
 
IEnumerator< TGetEnumerator ()
 
JsonReader CreateReader ()
 
T ToObject< T > ()
 
T ToObject< T > (JsonSerializer jsonSerializer)
 
object ToObject (Type objectType)
 
object ToObject (Type objectType, JsonSerializer jsonSerializer)
 
JToken SelectToken (string path)
 
JToken SelectToken (string path, bool errorWhenNoMatch)
 
IEnumerable< JTokenSelectTokens (string path)
 
IEnumerable< JTokenSelectTokens (string path, bool errorWhenNoMatch)
 
JToken DeepClone ()
 
void AddAnnotation (object annotation)
 
T Annotation< T > ()
 
object Annotation (Type type)
 
IEnumerable< TAnnotations< T > ()
 
IEnumerable< object > Annotations (Type type)
 
void RemoveAnnotations< T > ()
 
void RemoveAnnotations (Type type)
 

Static Public Member Functions

static new JConstructor Load (JsonReader reader)
 
static new JConstructor Load (JsonReader reader, JsonLoadSettings settings)
 
static bool DeepEquals (JToken t1, JToken t2)
 
static operator bool (JToken value)
 
static operator DateTimeOffset (JToken value)
 
static operator bool? (JToken value)
 
static operator long (JToken value)
 
static operator DateTime? (JToken value)
 
static operator DateTimeOffset? (JToken value)
 
static operator decimal? (JToken value)
 
static operator double? (JToken value)
 
static operator char? (JToken value)
 
static operator int (JToken value)
 
static operator short (JToken value)
 
static operator ushort (JToken value)
 
static operator char (JToken value)
 
static operator byte (JToken value)
 
static operator sbyte (JToken value)
 
static operator int? (JToken value)
 
static operator short? (JToken value)
 
static operator ushort? (JToken value)
 
static operator byte? (JToken value)
 
static operator sbyte? (JToken value)
 
static operator DateTime (JToken value)
 
static operator long? (JToken value)
 
static operator float? (JToken value)
 
static operator decimal (JToken value)
 
static operator uint? (JToken value)
 
static operator ulong? (JToken value)
 
static operator double (JToken value)
 
static operator float (JToken value)
 
static operator string (JToken value)
 
static operator uint (JToken value)
 
static operator ulong (JToken value)
 
static operator byte[] (JToken value)
 
static operator Guid (JToken value)
 
static operator Guid? (JToken value)
 
static operator TimeSpan (JToken value)
 
static operator TimeSpan? (JToken value)
 
static operator Uri (JToken value)
 
static implicit operator JToken (bool value)
 
static implicit operator JToken (DateTimeOffset value)
 
static implicit operator JToken (byte value)
 
static implicit operator JToken (byte? value)
 
static implicit operator JToken (sbyte value)
 
static implicit operator JToken (sbyte? value)
 
static implicit operator JToken (bool? value)
 
static implicit operator JToken (long value)
 
static implicit operator JToken (DateTime? value)
 
static implicit operator JToken (DateTimeOffset? value)
 
static implicit operator JToken (decimal? value)
 
static implicit operator JToken (double? value)
 
static implicit operator JToken (short value)
 
static implicit operator JToken (ushort value)
 
static implicit operator JToken (int value)
 
static implicit operator JToken (int? value)
 
static implicit operator JToken (DateTime value)
 
static implicit operator JToken (long? value)
 
static implicit operator JToken (float? value)
 
static implicit operator JToken (decimal value)
 
static implicit operator JToken (short? value)
 
static implicit operator JToken (ushort? value)
 
static implicit operator JToken (uint? value)
 
static implicit operator JToken (ulong? value)
 
static implicit operator JToken (double value)
 
static implicit operator JToken (float value)
 
static implicit operator JToken (string value)
 
static implicit operator JToken (uint value)
 
static implicit operator JToken (ulong value)
 
static implicit operator JToken (byte[] value)
 
static implicit operator JToken (Uri value)
 
static implicit operator JToken (TimeSpan value)
 
static implicit operator JToken (TimeSpan? value)
 
static implicit operator JToken (Guid value)
 
static implicit operator JToken (Guid? value)
 
static JToken FromObject (object o)
 
static JToken FromObject (object o, JsonSerializer jsonSerializer)
 
static JToken ReadFrom (JsonReader reader)
 
static JToken ReadFrom (JsonReader reader, JsonLoadSettings settings)
 
static JToken Parse (string json)
 
static JToken Parse (string json, JsonLoadSettings settings)
 

Protected Member Functions

virtual void OnAddingNew (global::System.ComponentModel.AddingNewEventArgs e)
 
virtual void OnListChanged (ListChangedEventArgs e)
 

Package Functions

override int IndexOfItem (JToken item)
 
override void MergeItem (object content, JsonMergeSettings settings)
 
override bool DeepEquals (JToken node)
 
override JToken CloneToken ()
 
override int GetDeepHashCode ()
 
void CheckReentrancy ()
 
virtual IList< JTokenCreateChildrenCollection ()
 
bool ContentsEqual (JContainer container)
 
IEnumerable< JTokenGetDescendants (bool self)
 
bool IsMultiContent (object content)
 
JToken EnsureParentToken (JToken item, bool skipParentCheck)
 
virtual void InsertItem (int index, JToken item, bool skipParentCheck)
 
virtual void RemoveItemAt (int index)
 
virtual bool RemoveItem (JToken item)
 
virtual JToken GetItem (int index)
 
virtual void SetItem (int index, JToken item)
 
virtual void ClearItems ()
 
virtual void ReplaceItem (JToken existing, JToken replacement)
 
virtual bool ContainsItem (JToken item)
 
virtual void CopyItemsTo (Array array, int arrayIndex)
 
virtual void ValidateToken (JToken o, JToken existing)
 
void AddAndSkipParentCheck (JToken token)
 
void AddInternal (int index, object content, bool skipParentCheck)
 
void ReadTokenFrom (JsonReader reader, JsonLoadSettings options)
 
void ReadContentFrom (JsonReader r, JsonLoadSettings settings)
 
int ContentsHashCode ()
 
IEnumerable< JTokenGetAncestors (bool self)
 
void SetLineInfo (IJsonLineInfo lineInfo, JsonLoadSettings settings)
 
void SetLineInfo (int lineNumber, int linePosition)
 

Static Package Functions

static bool IsTokenUnchanged (JToken currentValue, JToken newValue)
 
static JToken CreateFromContent (object content)
 
static void MergeEnumerableContent (JContainer target, IEnumerable content, JsonMergeSettings settings)
 
static JToken FromObjectInternal (object o, JsonSerializer jsonSerializer)
 

Package Attributes

ListChangedEventHandler _listChanged
 
global::System.ComponentModel.AddingNewEventHandler _addingNew
 

Properties

override IList< JTokenChildrenTokens [get, set]
 
string Name [get, set]
 
override JTokenType Type [get, set]
 
override JToken this[object key] [get, set]
 
ListChangedEventHandler ListChanged [set]
 
global::System.ComponentModel.AddingNewEventHandler AddingNew [set]
 
override bool HasValues [get, set]
 
override JToken First [get, set]
 
override JToken Last [get, set]
 
JToken System.Collections.Generic.IList< Newtonsoft.Json.Linq.JToken >. Item [get, set]
 
object System.Collections.IList. Item [get, set]
 
bool System.Collections.Generic.ICollection< Newtonsoft.Json.Linq.JToken >. IsReadOnly [get, set]
 
bool System.Collections.IList. IsReadOnly [get, set]
 
bool System.Collections.IList. IsFixedSize [get, set]
 
int Count [get, set]
 
bool System.Collections.ICollection. IsSynchronized [get, set]
 
object System.Collections.ICollection. SyncRoot [get, set]
 
bool System.ComponentModel.IBindingList. AllowEdit [get, set]
 
bool System.ComponentModel.IBindingList. AllowNew [get, set]
 
bool System.ComponentModel.IBindingList. AllowRemove [get, set]
 
bool System.ComponentModel.IBindingList. IsSorted [get, set]
 
ListSortDirection System.ComponentModel.IBindingList. SortDirection [get, set]
 
PropertyDescriptor System.ComponentModel.IBindingList. SortProperty [get, set]
 
bool System.ComponentModel.IBindingList. SupportsChangeNotification [get, set]
 
bool System.ComponentModel.IBindingList. SupportsSearching [get, set]
 
bool System.ComponentModel.IBindingList. SupportsSorting [get, set]
 
class< GetDescendantsIEnumerator [set]
 
static JTokenEqualityComparer EqualityComparer [get, set]
 
JContainer Parent [get, set]
 
JToken Root [get, set]
 
JToken Next [get, set]
 
JToken Previous [get, set]
 
string Path [get, set]
 
int Newtonsoft.Json.IJsonLineInfo. LineNumber [get, set]
 
int Newtonsoft.Json.IJsonLineInfo. LinePosition [get, set]
 
T this[int index] [get, set]
 
object this[int index] [get, set]
 
T this[int index] [get, set]
 

Private Member Functions

void System.Collections.Generic.ICollection< Newtonsoft.Json.Linq.JToken >. Add (JToken item)
 
int System.Collections.IList. Add (object value)
 
string System.ComponentModel.ITypedList. GetListName (PropertyDescriptor[] listAccessors)
 
PropertyDescriptorCollection System.ComponentModel.ITypedList. GetItemProperties (PropertyDescriptor[] listAccessors)
 
int System.Collections.Generic.IList< Newtonsoft.Json.Linq.JToken >. IndexOf (JToken item)
 
int System.Collections.IList. IndexOf (object value)
 
void System.Collections.Generic.IList< Newtonsoft.Json.Linq.JToken >. Insert (int index, JToken item)
 
void System.Collections.IList. Insert (int index, object value)
 
void System.Collections.Generic.IList< Newtonsoft.Json.Linq.JToken >. RemoveAt (int index)
 
void System.Collections.IList. RemoveAt (int index)
 
void System.Collections.Generic.ICollection< Newtonsoft.Json.Linq.JToken >. Clear ()
 
void System.Collections.IList. Clear ()
 
bool System.Collections.Generic.ICollection< Newtonsoft.Json.Linq.JToken >. Contains (JToken item)
 
bool System.Collections.IList. Contains (object value)
 
void System.Collections.Generic.ICollection< Newtonsoft.Json.Linq.JToken >. CopyTo (JToken[] array, int arrayIndex)
 
void System.Collections.ICollection. CopyTo (Array array, int index)
 
bool System.Collections.Generic.ICollection< Newtonsoft.Json.Linq.JToken >. Remove (JToken item)
 
void System.Collections.IList. Remove (object value)
 
JToken EnsureValue (object value)
 
void System.ComponentModel.IBindingList. AddIndex (PropertyDescriptor property)
 
object System.ComponentModel.IBindingList. AddNew ()
 
void System.ComponentModel.IBindingList. ApplySort (PropertyDescriptor property, ListSortDirection direction)
 
int System.ComponentModel.IBindingList. Find (PropertyDescriptor property, object key)
 
void System.ComponentModel.IBindingList. RemoveIndex (PropertyDescriptor property)
 
void System.ComponentModel.IBindingList. RemoveSort ()
 
IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 
IEnumerator< JToken > System.Collections.Generic.IEnumerable< Newtonsoft.Json.Linq.JToken >. GetEnumerator ()
 
bool Newtonsoft.Json.IJsonLineInfo. HasLineInfo ()
 
object System.ICloneable. Clone ()
 

Static Private Member Functions

static string GetType (JToken token)
 

Private Attributes

string _name
 
readonly List< JToken_values
 
object _syncRoot
 
bool _busy
 
class< GetDescendantsd__29: IEnumerable<JToken>
 
class< GetDescendantsIEnumerable
 
class< GetDescendantsIEnumerator< JToken >
 
class< GetDescendantsIDisposable
 
JContainer _parent
 
JToken _previous
 
JToken _next
 
object _annotations
 
class< GetAncestorsd__41: IEnumerable<JToken>
 
class< AfterSelfd__42: IEnumerable<JToken>
 
class< BeforeSelfd__43: IEnumerable<JToken>
 
class< Annotationsd__171< T >: IEnumerable<T>
 
class< AnnotationsIEnumerator< T >
 
class< Annotations > IEnumerator where T: class { [DebuggerHidden] [global::Cpp2ILInjected.Token(Token = "0x60008FB")] [global::Cpp2ILInjected.Address(RVA = "0x15B6A98"
 
 T
 
class< Annotations > IEnumerator where Offset = "0x15B6A98"
 
class< Annotations > IEnumerator where Length
 
int l__initialThreadId
 
object[]< annotations > int< i >
 
class< Annotationsd__172: IEnumerable<object>
 
class< AnnotationsIEnumerator< object >
 

Static Private Attributes

static JTokenEqualityComparer _equalityComparer
 
static readonly JTokenType[] BooleanTypes
 
static readonly JTokenType[] NumberTypes
 
static readonly JTokenType[] StringTypes
 
static readonly JTokenType[] GuidTypes
 
static readonly JTokenType[] TimeSpanTypes
 
static readonly JTokenType[] UriTypes
 
static readonly JTokenType[] CharTypes
 
static readonly JTokenType[] DateTimeTypes
 
static readonly JTokenType[] BytesTypes
 

Detailed Description

Definition at line 13 of file JConstructor.cs.


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