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
System.Collections.Generic.LinkedList< T > Class Template Reference
+ Inheritance diagram for System.Collections.Generic.LinkedList< T >:
+ Collaboration diagram for System.Collections.Generic.LinkedList< T >:

Classes

struct  Enumerator
 

Public Member Functions

 LinkedList ()
 
LinkedListNode< TAddAfter (LinkedListNode< T > node, T value)
 
LinkedListNode< TAddFirst (T value)
 
LinkedListNode< TAddLast (T value)
 
void AddLast (LinkedListNode< T > node)
 
void Clear ()
 
bool Contains (T value)
 
void CopyTo (T[] array, int index)
 
LinkedListNode< TFind (T value)
 
LinkedList< T >.Enumerator GetEnumerator ()
 
bool Remove (T value)
 
void Remove (LinkedListNode< T > node)
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 
virtual void OnDeserialization (object sender)
 

Protected Member Functions

 LinkedList (SerializationInfo info, StreamingContext context)
 

Package Functions

void InternalRemoveNode (LinkedListNode< T > node)
 
void ValidateNewNode (LinkedListNode< T > node)
 
void ValidateNode (LinkedListNode< T > node)
 

Package Attributes

LinkedListNode< Thead
 
int count
 
int version
 

Properties

int Count [get, set]
 
LinkedListNode< TFirst [get, set]
 
bool System.Collections.Generic.ICollection< T >. IsReadOnly [get, set]
 
bool System.Collections.ICollection. IsSynchronized [get, set]
 
object System.Collections.ICollection. SyncRoot [get, set]
 

Private Member Functions

void System.Collections.Generic.ICollection< T >. Add (T value)
 
IEnumerator< T > System.Collections.Generic.IEnumerable< T >. GetEnumerator ()
 
void InternalInsertNodeBefore (LinkedListNode< T > node, LinkedListNode< T > newNode)
 
void InternalInsertNodeToEmptyList (LinkedListNode< T > newNode)
 
void System.Collections.ICollection. CopyTo (Array array, int index)
 
IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Private Attributes

object _syncRoot
 
SerializationInfo _siInfo
 

Static Private Attributes

const string VersionName = "Version"
 
const string CountName = "Count"
 
const string ValuesName = "Data"
 

Detailed Description

Definition at line 14 of file LinkedList.cs.


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