Ejemplo n.º 1
0
 public void RemoveEntry(ProfilerEntry entry)
 {
     _entries.Remove(entry);
 }
Ejemplo n.º 2
0
 public void RegisterEntry(ProfilerEntry entry)
 {
     _entries.Add(entry);
 }