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

◆ Events

IEnumerable<ActivityEvent> System.Diagnostics.Activity.Events
get

Definition at line 461 of file Activity.cs.

462 {
463 get
464 {
466 return events ?? s_emptyEvents;
467 }
468 }
DiagLinkedList< ActivityEvent > _events
Definition Activity.cs:345
static readonly IEnumerable< ActivityEvent > s_emptyEvents
Definition Activity.cs:307