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

◆ AddTag() [2/2]

Activity System.Diagnostics.Activity.AddTag ( string key,
string? value )
inline

Definition at line 711 of file Activity.cs.

712 {
713 return AddTag(key, (object?)value);
714 }
Activity AddTag(string key, string? value)
Definition Activity.cs:711

References System.Diagnostics.Activity.AddTag(), System.key, and System.value.

Referenced by System.Diagnostics.Activity.AddTag().