Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BaggageLinkedList()

System.Diagnostics.Activity.BaggageLinkedList.BaggageLinkedList ( KeyValuePair< string, string > firstValue,
bool set = false )
inline

Definition at line 16 of file Activity.cs.

17 {
18 _first = ((set && firstValue.Value == null) ? null : new DiagNode<KeyValuePair<string, string>>(firstValue));
19 }
DiagNode< KeyValuePair< string, string > > _first
Definition Activity.cs:12

References System.Diagnostics.Activity.BaggageLinkedList._first.