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

◆ GetCustomProperty()

object? System.Diagnostics.Activity.GetCustomProperty ( string propertyName)
inline

Definition at line 965 of file Activity.cs.

966 {
967 if (_customProperties == null)
968 {
969 return null;
970 }
972 {
973 object value;
975 }
976 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Dictionary< string, object > _customProperties
Definition Activity.cs:347

References System.Diagnostics.Activity._customProperties, System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.