Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.Activity.BaggageLinkedList Class Referencesealed

Public Member Functions

 BaggageLinkedList (KeyValuePair< string, string > firstValue, bool set=false)
 
void Add (KeyValuePair< string, string > value)
 
void Set (KeyValuePair< string, string > value)
 
void Remove (string key)
 
Enumerator< KeyValuePair< string, string > > GetEnumerator ()
 

Properties

DiagNode< KeyValuePair< string, string > > First [get]
 

Private Member Functions

IEnumerator< KeyValuePair< string, string > > IEnumerable< KeyValuePair< string, string > >. GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

DiagNode< KeyValuePair< string, string > > _first
 

Detailed Description

Definition at line 10 of file Activity.cs.


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