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.Linq.JContainer Class Referenceabstract
+ Inheritance diagram for Newtonsoft.Json.Linq.JContainer:

Public Member Functions

override JEnumerable< JTokenChildren ()
 
override IEnumerable< TValues< T > ()
 
IEnumerable< JTokenDescendants ()
 
IEnumerable< JTokenDescendantsAndSelf ()
 
virtual void Add (object content)
 
void AddFirst (object content)
 
JsonWriter CreateWriter ()
 
void ReplaceAll (object content)
 
void RemoveAll ()
 
void Merge (object content)
 
void Merge (object content, JsonMergeSettings settings)
 
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 Remove ()
 
void Replace (JToken value)
 
void WriteTo (JsonWriter writer, params JsonConverter[] converters)
 
override string ToString ()
 
string ToString (Formatting formatting, params JsonConverter[] converters)
 
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)
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
IEnumerator< TGetEnumerator ()
 
IEnumerator< TGetEnumerator ()
 
IEnumerator< TGetEnumerator ()
 

Static Public Member Functions

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)
 
static JToken Load (JsonReader reader, JsonLoadSettings settings)
 
static JToken Load (JsonReader reader)
 

Protected Member Functions

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

Package Functions

 JContainer ()
 
 JContainer (JContainer other)
 
void CheckReentrancy ()
 
virtual IList< JTokenCreateChildrenCollection ()
 
bool ContentsEqual (JContainer container)
 
IEnumerable< JTokenGetDescendants (bool self)
 
bool IsMultiContent (object content)
 
JToken EnsureParentToken (JToken item, bool skipParentCheck)
 
int IndexOfItem (JToken item)
 
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 MergeItem (object content, JsonMergeSettings settings)
 
void ReadTokenFrom (JsonReader reader, JsonLoadSettings options)
 
void ReadContentFrom (JsonReader r, JsonLoadSettings settings)
 
int ContentsHashCode ()
 
JToken CloneToken ()
 
bool DeepEquals (JToken node)
 
IEnumerable< JTokenGetAncestors (bool self)
 
int GetDeepHashCode ()
 
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

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

Private Member Functions

string ITypedList. GetListName (PropertyDescriptor[] listAccessors)
 
PropertyDescriptorCollection ITypedList. GetItemProperties (PropertyDescriptor[] listAccessors)
 
int IList< JToken >. IndexOf (JToken item)
 
void IList< JToken >. Insert (int index, JToken item)
 
void IList< JToken >. RemoveAt (int index)
 
void ICollection< JToken >. Add (JToken item)
 
void ICollection< JToken >. Clear ()
 
bool ICollection< JToken >. Contains (JToken item)
 
void ICollection< JToken >. CopyTo (JToken[] array, int arrayIndex)
 
bool ICollection< JToken >. Remove (JToken item)
 
JToken EnsureValue (object value)
 
int IList. Add (object value)
 
void IList. Clear ()
 
bool IList. Contains (object value)
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 
void IList. Remove (object value)
 
void IList. RemoveAt (int index)
 
void ICollection. CopyTo (Array array, int index)
 
void IBindingList. AddIndex (PropertyDescriptor property)
 
object IBindingList. AddNew ()
 
void IBindingList. ApplySort (PropertyDescriptor property, ListSortDirection direction)
 
int IBindingList. Find (PropertyDescriptor property, object key)
 
void IBindingList. RemoveIndex (PropertyDescriptor property)
 
void IBindingList. RemoveSort ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IEnumerator< JToken > IEnumerable< JToken >. GetEnumerator ()
 
IEnumerator< T > IEnumerable< T >. GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
bool IJsonLineInfo. HasLineInfo ()
 
object ICloneable. Clone ()
 
this[DebuggerHidden] void IDisposable. Dispose ()
 
bool MoveNext ()
 
void IEnumerator. Reset ()
 

Static Private Member Functions

static string GetType (JToken token)
 

Private Attributes

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] public <Annotations>d__171(int <>1__state) { this.<>1__state = <>1__state
 
 T
 
int managedThreadId = Thread.CurrentThread.ManagedThreadId
 
 int
 
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 17 of file JContainer.cs.


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