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

◆ GetBaggageItem()

string? System.Diagnostics.Activity.GetBaggageItem ( string key)
inline

Definition at line 683 of file Activity.cs.

684 {
686 {
687 if (key == item.Key)
688 {
689 return item.Value;
690 }
691 }
692 return null;
693 }
IEnumerable< KeyValuePair< string, string?> > Baggage
Definition Activity.cs:480

References System.Diagnostics.Activity.Baggage, System.item, and System.key.